aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/src/internal/util/not.ts
blob: 5e5d7e2d8fe73bd98b9a9ce321cc2d8a1790773c (plain) (blame)
1
2
3
export function not<T>(pred: (value: T, index: number) => boolean, thisArg: any): (value: T, index: number) => boolean {
  return (value: T, index: number) => !pred.call(thisArg, value, index); 
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage