芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/src/internal/util/not.ts
export function not(pred: Function, thisArg: any): Function { function notPred(): any { return !((
notPred).pred.apply((
notPred).thisArg, arguments)); } (
notPred).pred = pred; (
notPred).thisArg = thisArg; return notPred; }