JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 748292
  • Score
    100M100P100Q191242F
  • License BSD-3-Clause

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

Package Exports

  • fast-printf

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fast-printf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fast-printf

Travis build status Coveralls NPM version Canonical Code Style Twitter Follow

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

Usage

import {
  printf,
} from 'fast-printf';

console.log(printf('foo %s', 'bar'));