UNPKG

@zeix/ui-element

Version:

UIElement - minimal reactive framework based on Web Components

5 lines (4 loc) 281 B
declare const isFunction: <T>(value: unknown) => value is (...args: unknown[]) => T; declare const isDefinedObject: (value: unknown) => value is Record<string, unknown>; declare const isString: (value: unknown) => value is string; export { isFunction, isDefinedObject, isString };