persona-community-5/.pnpm-store/v3/files/52/cd418d7cf20c17f6be9005b690d6d6dc879de3cd027a99b1a13359c139c1f13b1db87a0ccf019f6f603d797a705cec471e371e72d90286dfb8dbb0b80c2bf0
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

17 lines
464 B
Plaintext

// Generated by LiveScript 1.6.0
(function(){
var VERSION, parseType, parsedTypeCheck, typeCheck;
VERSION = '0.4.0';
parseType = require('./parse-type');
parsedTypeCheck = require('./check');
typeCheck = function(type, input, options){
return parsedTypeCheck(parseType(type), input, options);
};
module.exports = {
VERSION: VERSION,
typeCheck: typeCheck,
parsedTypeCheck: parsedTypeCheck,
parseType: parseType
};
}).call(this);