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    
@skava/tests / src / globals.d.ts
Size: Mime:
// @todo uh oh, where did it go
// import './typings'

// @todo some of these are things exotic is not exporting...
declare module 'exotic-v1' {
  export var Typed = any

  export function isInstanceOf(x: any, instance: any): boolean
  export function isMatchWith(x: any, wit: any): boolean
  export function ownPropertyIs(x: any, ownProperty: any): boolean

  export function isFrozen(x: any): boolean
  export function isSealed(x: any): boolean
  export function isTypeEq(x: any): boolean
  export function isType(x: any): boolean
  export function isArguments(x: any): boolean
  export function isPairs(x: any): boolean
  export function isAsync(x: any): boolean
  export function isBooleanPrimitive(x: any): boolean
  export function isBooleanLike(x: any): boolean
  export function isCircular(x: any): boolean
  export function isClass(x: any): boolean
  export function isDataView(x: any): boolean
  export function isDot(x: any): boolean
  export function isError(x: any): boolean
  export function isElement(x: any): boolean
  export function isExtensible(x: any): boolean
  export function isFalsy(x: any): boolean
  export function isFlattenable(x: any): boolean
  export function isNegativeInfinity(x: any): boolean
  export function isInfinity(x: any): boolean
  export function isIndexable(x: any): boolean
  export function isInteger(x: any): boolean
  export function isMatcher(x: any): boolean
  export function isMatch(x: any): boolean
  export function isNumberish(x: any): boolean
  export function isNumberishWithDecimals(x: any): boolean
  export function isNotEhNumber(x: any): boolean
  export function isInfinite(x: any): boolean
  export function isUndefinedLike(x: any): boolean
  export function isURL(x: any): boolean
  export function isValidArrayIndex(x: any): boolean
  export function isZeroish(x: any): boolean
  export function hasDecimals(x: any): boolean
  export function isBuiltIn(x: any): boolean
}