UNPKG

noodl-loader

Version:

Loader for noodl applications

3 lines (2 loc) 159 B
export type Type = 'array' | 'boolean' | 'function' | 'null' | 'number' | 'object' | 'string'; export default function typeOf(value: any): Type | undefined;