UNPKG

frontity

Version:

Frontity cli and entry point to other packages

9 lines (8 loc) 257 B
/** * The info CLI command, usually run with `npx frontity info`. * * It retrieves information about the system and writes it in the console so it * can be copied and pasted in an issue. */ declare const info: () => Promise<void>; export default info;