• returns boolean if the passed table has an instance of the configured passed plugin class. This can be used to help guard against accessing public-specific APIs if those plugins are not configured for a particular table instance

    Type Parameters

    Parameters

    • table: Table<Data>
    • klass: Class<P>

    Returns boolean

Generated using TypeDoc