UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

11 lines 505 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getProjectVariables = void 0; const createGetVariables_1 = require("../../../declaration/publicFileCheckFunctionUtilities/createGetVariables"); exports.getProjectVariables = (0, createGetVariables_1.createGetVariables)({ organizationName: 'awesum', serviceName: 'svc-awesome-thing', infrastructureNamespaceId: 'abcde12345', slackReleaseWebHook: 'https://...', }); //# sourceMappingURL=getVariables.js.map