UNPKG

symfony-style-console

Version:

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

12 lines (11 loc) 321 B
/** * Export some machine-related information. */ /** * The character that separates segments of a path in the running operating system. */ export declare const DIRECTORY_SEPARATOR: string; /** * The character(s) that indicate the end of a line in the running operating system. */ export declare const EOL: string;