INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { ClassValue } from "clsx";
|
||||
export declare function isFunction(value: unknown): value is (...args: unknown[]) => unknown;
|
||||
export declare function isObject(value: unknown): value is Record<PropertyKey, unknown>;
|
||||
export declare function isClassValue(value: unknown): value is ClassValue;
|
||||
Reference in New Issue
Block a user