site/node_modules/mathjax-full/ts/util/asyncLoad/path.d.ts

5 lines
141 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
declare module 'path' {
export function dirname(dir: string): string;
export function resolve(root: string, name: string): string;
}