UNPKG

gqty

Version:

The No-GraphQL Client for TypeScript

8 lines (5 loc) 241 B
export { hash } from './hash.mjs'; export { deepAssign, isEmptyObject, isObject, isObjectWithType, isPlainObject } from './object.mjs'; export { pick } from './pick.mjs'; const isInteger = (v) => Number.isInteger(v); export { isInteger };