Sha256: 4d90e7d9a41dc1896221d0bc53f0a7fb840a313df3077e4b0e7e9ea082bb0147

Contents?: true

Size: 259 Bytes

Versions: 53

Compression:

Stored size: 259 Bytes

Contents

export function not(pred: Function, thisArg: any): Function {
  function notPred(): any {
    return !((<any> notPred).pred.apply((<any> notPred).thisArg, arguments));
  }
  (<any> notPred).pred = pred;
  (<any> notPred).thisArg = thisArg;
  return notPred;
}

Version data entries

53 entries across 51 versions & 5 rubygems

Version Path
govuk_publishing_components-16.23.0 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.22.0 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.21.0 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.20.1 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.20.0 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.19.0 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.18.0 node_modules/rxjs/src/util/not.ts
govuk_publishing_components-16.17.0 node_modules/rxjs/src/util/not.ts
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/rxjs/src/internal/util/not.ts
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/src/util/not.ts
locomotivecms-3.4.0 app/javascript/node_modules/listr/node_modules/rxjs/src/internal/util/not.ts
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/src/util/not.ts
dragonfly_puppeteer-0.1.0 node_modules/rxjs/src/util/not.ts