LarpixClient/node_modules/ts-node/dist-raw/node-internal-constants.js
2026-05-03 17:09:55 +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, /* / */
};