mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-09 22:30:16 -04:00
3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
import type { Dirent, Stats } from '../types';
|
|
export declare function createDirentFromStats(name: string, stats: Stats): Dirent;
|