Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic / src / types / kind / index.ts
Size: Mime:
import toObjStringTag from './toObjStringTag'
import toStringTag from './toStringTag'
import { isTagEq } from './isTagEq'
import isTypeEq from './isTypeEq'
import toKindOf from './toKindOf'
import toTypeTag from './toTypeTag'

export {
  isTagEq as tagEq,
  isTypeEq as isType,
  isTypeEq as typeEquals,
  isTagEq as tagEquals,
  isTagEq,
  isTypeEq,
}
export { toObjStringTag, toStringTag }
export { toKindOf, toTypeTag }