CoastalCommitsPastes/server/node_modules/cldrjs/dist/.build/item/get_resolved.js
2022-03-06 16:46:59 -08:00

9 lines
200 B
JavaScript

var itemGetResolved = function( Cldr, path, attributes ) {
// Resolve path
var normalizedPath = pathNormalize( path, attributes );
return resourceGet( Cldr._resolved, normalizedPath );
};