UNPKG

intern

Version:

Intern. A next-generation code testing stack for JavaScript.

6 lines (5 loc) 323 B
export declare function dirname(path: string): string; export declare function getPathSep(...paths: string[]): "/" | "\\"; export declare function join(...paths: string[]): string; export declare function normalize(path: string): string; export declare function normalizePathEnding(path: string, pathSep?: string): string;