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    
chain-able-deps / src / conditional
  ..
  __tests__
  includes
  README.md
  all.ts
  and.ts
  eq.ts
  eqeq.ts
  index.ts
  negate.ts
  not.ts
  or.ts
  some.ts
  typings.conditional.d.ts
Size: Mime:

things like some utils like not and such can go in here

maybe also have lib for lodash style things?

@TODO none

// @NOTE: there is no need for enum, just |, could use == // this way we could also just do == // // "enum:1,2,3" // "enum:'1','2','3'" // "["enum", 1, 2, 3]" // function enumTypeFactory(fullKey) { // const key = 'enum:' + fullKey.join(',') // if (!has(key)) { // set(key, x => fullKey.includes(x)) // } // return get(key) // }

https://github.com/fantasyland/daggy https://github.com/paldepind/union-type