wilddragon-site/node_modules/next/dist/lib/realpath.d.ts
2026-04-17 15:51:01 -04:00

2 lines
87 B
TypeScript
Executable file

import fs from 'fs';
export declare const realpathSync: typeof fs.realpathSync.native;