UNPKG

@spark-web/utils

Version:

--- title: Utilities isExperimentalPackage: true ---

5 lines (4 loc) 282 B
export { forwardRefWithAs } from "./forward-ref-with-as.js"; export { isBoolean, isFunction, isNumber, isString } from "./type-check.js"; export { typedKeys } from "./utility-functions.js"; export type { AssignableRef, ElementTagNameMap, SingleOrArray, } from "./utility-types.js";