UNPKG

declapract

Version:

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

9 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.existsCheck = void 0; const checkExists_1 = require("./composableActions/checkExists"); const withOptionalityCheck_1 = require("./withOptionalityCheck"); exports.existsCheck = (0, withOptionalityCheck_1.withOptionalityCheck)(async (foundContents) => { (0, checkExists_1.checkExists)(foundContents); }); //# sourceMappingURL=existsCheck.js.map