Urara-Blog/node_modules/.pnpm-store/v3/files/44/f2bfd5057605581a04f0c3beeb35bcbd63ea6f4605dce7ba0b72149e841a46a1e5ae97f964361cd48900fcec95d457e38ad1dfba899388194253e55c1ee832
2022-08-14 01:14:53 +08:00

2 lines
130 B
Text

import type { Dirent, Stats } from '../types';
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;