sql-code-generator
Version:
Generate code from your SQL schema and queries for type safety and development speed.
10 lines • 554 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAllPathsMatchingGlobs = void 0;
const fast_glob_1 = __importDefault(require("fast-glob"));
const getAllPathsMatchingGlobs = ({ globs, root, absolute, }) => (0, fast_glob_1.default)(globs, { cwd: root, absolute });
exports.getAllPathsMatchingGlobs = getAllPathsMatchingGlobs;
//# sourceMappingURL=getAllPathsMatchingGlobs.js.map