UNPKG

@atomist/rug

Version:

TypeScript model for Atomist Rugs, see http://docs.atomist.com/

13 lines (12 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Object encapsulating a path expression. Facilitates reuse. */ var PathExpression = (function () { function PathExpression(expression) { this.expression = expression; } return PathExpression; }()); exports.PathExpression = PathExpression;