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

8 lines
125 B
JavaScript

var validate = function( code, check, attributes ) {
if ( !check ) {
throw createError( code, attributes );
}
};