smartcsv/ts/smartcsv.plugins.ts

5 lines
151 B
TypeScript
Raw Normal View History

2019-10-10 16:30:29 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
2018-05-10 17:47:14 +00:00
2019-10-10 16:30:29 +00:00
export { smartpromise, smartstring };