Files
evento/node_modules/@nestjs/serve-static/dist/utils/validate-global-prefix.util.js
2026-03-18 14:55:56 -03:00

6 lines
248 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.validateGlobalPrefix = void 0;
const validateGlobalPrefix = (globalPrefix) => !globalPrefix.match(/^(\/?)$/);
exports.validateGlobalPrefix = validateGlobalPrefix;