5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
import * as smartfile from 'smartfile';
|
|
import * as smarthbs from 'smarthbs';
|
|
import * as smartq from 'smartq';
|
|
export { smartfile, smarthbs, smartq };
|