5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
|
|
export { smartpromise, smartstring };
|