Files
LabGraph/frontend/node_modules/next/dist/lib/realpath.d.ts
T

4 lines
118 B
TypeScript

/// <reference types="node" />
import fs from 'fs';
export declare const realpathSync: typeof fs.realpathSync.native;