UNPKG

fast-printf

Version:

Fast and spec-compliant printf implementation for Node.js and browser.

3 lines (2 loc) 99 B
import type { Token } from './types'; export declare const tokenize: (subject: string) => Token[];