UNPKG

@datr.tech/marble-api-model-validator-unit-test-generator

Version:

A Marble unit test generator for Mongoose based model validators (within the associated API packages)

9 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAppRef = void 0; var getAppRef = function (_a) { var api = _a.api; return '@app-' + (api.keyword !== 'proc' ? 'a' + api.keyword.charAt(0) : 'p2'); }; exports.getAppRef = getAppRef; //# sourceMappingURL=getAppRef.js.map