mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-05-03 13:16:08 +08:00
2 lines
130 B
TypeScript
2 lines
130 B
TypeScript
import type { Dirent, Stats } from '../types';
|
|
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;
|