UNPKG

fast-printf

Version:

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

7 lines (6 loc) 216 B
/** * Copy function from deprecated `boolean` npm package v3.2.0 to avoid breaking changes. * * @see https://www.npmjs.com/package/boolean?activeTab=code */ export declare const boolean: (value: any) => boolean;