UNPKG

gherkin-ast

Version:

JS model for Gherkin feature files

7 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDebugger = void 0; const debug = require("debug"); const getDebugger = (m) => debug(`gherkin-ast:${m}`); exports.getDebugger = getDebugger; //# sourceMappingURL=debug.js.map