UNPKG

symfony-style-console

Version:

Use the style and utilities of the Symfony Console in Node.js

12 lines (11 loc) 331 B
/** * Export some machine-related information. */ /** * The character that separates segments of a path in the running operating system. */ export const DIRECTORY_SEPARATOR = require('path').sep; /** * The character(s) that indicate the end of a line in the running operating system. */ export const EOL = require('os').EOL;