mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-19 18:40:17 -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;
|