7 lines
233 B
TypeScript
7 lines
233 B
TypeScript
// @pushrocks scope
|
|
import * as smartmail from '@pushrocks/smartmail';
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
|
|
export { smartmail, smartrequest, smartstring };
|