UNPKG

@bracketed/create-templates

Version:

Download and use my templates using this command line system!

11 lines 328 B
declare class output { static log(output?: string | Array<string> | null | undefined): void; static buffer(output?: string): import("ora").Ora; static getNPMVersion(): string; static versions: { node: string; lib: string; }; } export { output }; //# sourceMappingURL=output.d.ts.map