UNPKG

@jameslnewell/buildkite-pipelines

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