Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / exotic   js

Repository URL to install this package:

Version: 2.0.8 

/ src / types / primitive / index.ts

export * from './string'
export * from './number'
export * from './nil'
export * from './boolean'
export * from './symbol'

export { isPrimitive } from './isPrimitive'
export { toPrimitive } from './toPrimitive'