bcp47-stringify

A stringify for BCP47 objects

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
bcp47-stringify
1.0.09 years ago9 years agoMinified + gzip package size for bcp47-stringify in KB

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)