@lonu/stc
Version:
A tool for converting OpenApi/Swagger/Apifox into code.
13 lines • 388 B
TypeScript
/**
* The character used to separate entries in the PATH environment variable.
*/
export declare const DELIMITER: ":";
/**
* The character used to separate components of a file path.
*/
export declare const SEPARATOR: "/";
/**
* A regular expression that matches one or more path separators.
*/
export declare const SEPARATOR_PATTERN: RegExp;
//# sourceMappingURL=constants.d.ts.map