CoastalCommitsPastes/server/node_modules/cldrjs/dist/.build/common/validate.js

9 lines
125 B
JavaScript
Raw Normal View History

2022-03-06 19:46:59 -05:00
var validate = function( code, check, attributes ) {
if ( !check ) {
throw createError( code, attributes );
}
};