UNPKG

284 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.pluginIsInternal = void 0;
4function pluginIsInternal(plugin) {
5 return '__internal_plugin_id__' in plugin;
6}
7exports.pluginIsInternal = pluginIsInternal;
8//# sourceMappingURL=internalPlugin.js.map
\No newline at end of file