apply-hooks
Version:
A high-quality & reliable JavaScript Hooks library.
25 lines (24 loc) • 969 B
TypeScript
export { getTag } from './getTag';
export { isSymbol } from './isSymbol';
export { toNumber } from './toNumber';
export { toFinite } from './toFinite';
export { toInteger } from './toInteger';
export { isArrayLike } from './isArrayLike';
export { isPromise } from './isPromise';
export { select } from './select';
export { isWindow } from './isWindow';
export { toType } from './toType';
export { isEmptyObject } from './isEmptyObject';
export { isPlainObject } from './isPlainObject';
export { isUndefined } from './isUndefined';
export { isArray } from './isArray';
export { isNull } from './isNull';
export { isFunction } from './isFunction';
export { isString } from './isString';
export { isNumber } from './isNumber';
export { isObject } from './isObject';
export { default as isBrowser } from './isBrowser';
export { mergeAssign } from './mergeAssign';
export { converter } from './converter';
export { each } from './each';
export { isPrime } from './isPrime';