recipe-app/backend/node_modules/ts-node/dist-raw/node-internal-constants.js
2025-09-06 10:56:40 +02:00

4 lines
140 B
JavaScript

// Copied from https://github.com/nodejs/node/blob/master/lib/internal/constants.js
module.exports = {
CHAR_FORWARD_SLASH: 47, /* / */
};