1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-14 23:32:56 +08:00
2023-02-22 17:47:24 -08: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, /* / */
};