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
347 B

{"version":3,"file":"isObject.js","sourceRoot":"","sources":["../../src/util/isObject.ts"],"names":[],"mappings":";AAAA,kBAAyB,CAAM;IAC7B,MAAM,CAAC,CAAC,IAAI,IAAI,IAAI,OAAO,CAAC,KAAK,QAAQ,CAAC;AAC5C,CAAC;AAFe,gBAAQ,WAEvB,CAAA","sourcesContent":["export function isObject(x: any): x is Object {\n return x != null && typeof x === 'object';\n}\n"]}