Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
16 lines
571 B
Plaintext
16 lines
571 B
Plaintext
/** JSDoc */
|
|
export declare function resolve(...args: string[]): string;
|
|
/** JSDoc */
|
|
export declare function relative(from: string, to: string): string;
|
|
/** JSDoc */
|
|
export declare function normalizePath(path: string): string;
|
|
/** JSDoc */
|
|
export declare function isAbsolute(path: string): boolean;
|
|
/** JSDoc */
|
|
export declare function join(...args: string[]): string;
|
|
/** JSDoc */
|
|
export declare function dirname(path: string): string;
|
|
/** JSDoc */
|
|
export declare function basename(path: string, ext?: string): string;
|
|
//# sourceMappingURL=path.d.ts.map
|