UNPKG

@jameslnewell/buildkite-pipelines

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