8 lines
161 B
TypeScript
Executable File
8 lines
161 B
TypeScript
Executable File
import * as smartrequest from '@pushrocks/smartrequest';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export {
|
|
smartrequest,
|
|
smartpromise
|
|
}
|