Files
starface-outlook-sync-addin/node_modules/@jsonjoy.com/fs-node-builtins/lib/fs.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

7 lines
202 B
TypeScript

import type { Buffer } from './buffer';
import type { URL } from './url';
export type PathLike = string | Buffer | URL;
export declare namespace symlink {
type Type = 'dir' | 'file' | 'junction';
}