UNPKG

@instawork/design-system

Version:

The design system for Instawork's web apps

7 lines 280 B
/** * Returns `true` if obj is a {@link JQueryComponentPlugin}; otherwise `false`. */ export function isJQueryComponentPlugin(obj) { return typeof (obj === null || obj === void 0 ? void 0 : obj.loadPlugin) === 'function'; } //# sourceMappingURL=custom-component-types.js.map