UNPKG

@visulima/cerebro

Version:

A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.

6 lines (5 loc) 146 B
/** * Formats templates with intelligent caching. */ declare const templateFormat: (string_?: string) => string; export default templateFormat;