UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

8 lines (6 loc) 92 B
/** * commons helpers */ export function log(content: string) { console.log(content) }