internalPlugin.js 284 B

12345678
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.pluginIsInternal = void 0;
  4. function pluginIsInternal(plugin) {
  5. return '__internal_plugin_id__' in plugin;
  6. }
  7. exports.pluginIsInternal = pluginIsInternal;
  8. //# sourceMappingURL=internalPlugin.js.map