site/node_modules/mathjax-full/ts/util/asyncLoad/path.d.ts
2024-10-14 08:09:33 +02:00

5 lines
141 B
TypeScript

declare module 'path' {
export function dirname(dir: string): string;
export function resolve(root: string, name: string): string;
}