UNPKG

generate-next-route-constants

Version:

Generate route constants for Next.js App Directory

7 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generatePath = void 0; const ts_path_params_1 = require("ts-path-params"); const NEXT_DYNAMIC_ROUTE_PATTERN = (0, ts_path_params_1.createParamsPattern)('[', ']'); exports.generatePath = (0, ts_path_params_1.createPathGenerator)(NEXT_DYNAMIC_ROUTE_PATTERN); //# sourceMappingURL=utils.js.map