1.0.0 • Published 9 years ago

bcp47-stringify v1.0.0

Weekly downloads
182
License
MIT
Repository
github
Last release
9 years ago

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)