UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

4 lines (3 loc) 191 B
export declare const files: (source: string) => string[]; export declare const fileExists: (path: string) => Promise<boolean>; export declare const fileSizeInBytes: (path: string) => number;