Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bcp47-stringify

aredridel876MIT1.0.0

A stringify for BCP47 objects

bcp47

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)