Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
324 B

{"version":3,"file":"isFunction.js","sourceRoot":"","sources":["../../src/util/isFunction.ts"],"names":[],"mappings":";AAAA,oBAA2B,CAAM;IAC/B,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,CAAC;AACjC,CAAC;AAFe,kBAAU,aAEzB,CAAA","sourcesContent":["export function isFunction(x: any): x is Function {\n return typeof x === 'function';\n}\n"]}