????

Your IP : 18.188.92.213


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/rxjs/src/internal/util/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/rxjs/src/internal/util/not.ts

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); 
}