UNPKG

@jameslnewell/buildkite-pipelines

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