@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
6 lines (5 loc) • 333 B
TypeScript
import type Settings from '../settings';
import type { Entry } from '../types';
export declare function read(directory: string, settings: Settings): Entry[];
export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[];
export declare function readdir(directory: string, settings: Settings): Entry[];