UNPKG

@jameslnewell/buildkite-pipelines

Version:
15 lines (14 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isPluginBuilder", { enumerable: true, get: function() { return isPluginBuilder; } }); function isPluginBuilder(plugin) { return !!plugin && typeof plugin.build == 'function'; } //# sourceMappingURL=isPluginBuilder.js.map