JSPM

bcp47-stringify

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 343
  • Score
    100M100P100Q90615F
  • License MIT

A stringify for BCP47 objects

Package Exports

  • bcp47-stringify

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

Readme

bcp47-stringify

var bcp47stringify = require('bcp47-stringify');

bcp47stringify(bcp47object);

This module takes an object as emitted from the bcp47 module and stringifies it into a BCP47-style locale string.

License

index.js is under the Apache-2.0 license (See LICENSE). test/index.js is under the MIT license. (See LICENSE-TEST)