UNPKG

@gluestack-seal/cli

Version:
8 lines (7 loc) 154 B
/** * typeOf returns the type of the value passed in. * * @param value any * @returns string */ export declare const typeOf: (value: any) => string;