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 / dist / typings / util / typeof.d.ts
Size: Mime:
declare const _default: (x: any) => "string" | "number" | "boolean" | "symbol" | "undefined" | "object" | "function";
export default _default;