fix(core): update

This commit is contained in:
2022-01-24 21:54:16 +01:00
parent 75c2f23d02
commit 4e672b13f4
3 changed files with 8 additions and 42 deletions

View File

@ -1,8 +1,5 @@
import * as plugins from './lik.plugins';
import { ObjectMap } from './lik.objectmap';
import { Observable } from 'rxjs';
import { Interest } from './lik.interestmap.interest';
export type IInterestComparisonFunc<T> = (objectArg: T) => string;