CoastalCommitsPastes/server/node_modules/cldrjs/dist/.build/item/get_resolved.js

10 lines
200 B
JavaScript
Raw Normal View History

2022-03-06 19:46:59 -05:00
var itemGetResolved = function( Cldr, path, attributes ) {
// Resolve path
var normalizedPath = pathNormalize( path, attributes );
return resourceGet( Cldr._resolved, normalizedPath );
};