Repository URL to install this package:
export * from './string'; export * from './number'; export * from './nil'; export * from './boolean'; export * from './symbol'; export { isPrimitive } from './isPrimitive'; export { toPrimitive } from './toPrimitive';