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

5 lines
141 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
declare module 'path' {
export function dirname(dir: string): string;
export function resolve(root: string, name: string): string;
}