Files
ts-etl-tat/node_modules/ts-node/dist-raw/node-internal-constants.js
2024-07-25 09:45:02 +07:00

5 lines
140 B
JavaScript

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