UNPKG

@fireenjin/cli

Version:

A set of tools for speeding up production of full-stack Firebase projects.

4 lines (3 loc) 132 B
export default function readFilesToArray(dir: string, { withFileTypes }?: { withFileTypes?: boolean; }): Promise<any[] | null>;