JSPM

format-unicorn

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23752
  • Score
    100M100P100Q52171F
  • License ISC

Stack Exchange's string format function

Package Exports

  • format-unicorn

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 (format-unicorn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🌈 Format Unicorn

build coverage dependencies devDependencies npm module

npm

A string format function made and used by Stack Exchange on their various websites * *

Usage

$ npm install format-unicorn
format-unicorn@1.0.0 node_modules/format-unicorn
$ node
> require('format-unicorn')
{}
> 'we are not in {place} anymore'.formatUnicorn({ place: 'Kansas' })
'we are not in Kansas anymore'