fix(core): update
This commit is contained in:
parent
444de6c2a1
commit
3470b66ef3
@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as finplusInterfaces from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
console.log(finplusInterfaces.standardExport);
|
||||
let dummyCsvParser : finplusInterfaces.ICsvParser;
|
||||
dummyCsvParser;
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from './finplus-interfaces.plugins';
|
||||
|
||||
export * from './interfaces/csvparser.ts';
|
||||
export * from './interfaces/csvparser';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user