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)