fix(core): update

This commit is contained in:
2018-12-11 01:36:14 +01:00
parent 2dfa96bbc5
commit fafd9867ad
7 changed files with 526 additions and 341 deletions

View File

@ -4,7 +4,7 @@ import * as lik from '../ts/index';
let testInterestmap: lik.InterestMap<number, number>;
tap.test('should create an interestmap', async () => {
testInterestmap = new lik.InterestMap((numberArg) => {
testInterestmap = new lik.InterestMap(numberArg => {
return numberArg.toString();
});
});