Files
photography_form_worker/node_modules/ts-node/dist-raw/node-internal-constants.js
2025-05-15 13:32:55 +10: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, /* / */
};