9 lines
362 B
TypeScript
9 lines
362 B
TypeScript
// @pushrocks scope
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
import * as smartmail from '@push.rocks/smartmail';
|
|
import * as smartrequest from '@push.rocks/smartrequest';
|
|
import * as smartsmtp from '@push.rocks/smartsmtp';
|
|
import * as smartstring from '@push.rocks/smartstring';
|
|
|
|
export { smartfile, smartmail, smartrequest, smartsmtp, smartstring };
|