UNPKG

@livy/util

Version:
13 lines (12 loc) 299 B
/** * Check whether the current runtime is Node.js */ export declare const isNodeJs: boolean; /** * Check whether the current runtime is a browser (or JSDOM) */ export declare const isBrowser: boolean; /** * The appropriate line ending character(s) to use */ export declare const EOL: string;