node-internal-constants.js 140 B

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