UNPKG

111 BTypeScriptView Raw
1/** Returns the object type of the given payload */
2export declare function getType(payload: unknown): string;