4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
|
/// <reference types="node" />
|
||
|
import fs from 'fs';
|
||
|
export declare const realpathSync: typeof fs.realpathSync.native;
|