UNPKG

ultra-runner

Version:

Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution

11 lines (10 loc) 218 B
declare function get(name: string): string; declare const _default: { get: typeof get; info: string; success: string; warning: string; error: string; bullet: string; }; export default _default;