16 lines
228 B
TypeScript
16 lines
228 B
TypeScript
// @pushrocks scope
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export {
|
|
smartpromise
|
|
}
|
|
|
|
// designestate
|
|
import * as deesElement from '@designestate/dees-element';
|
|
|
|
export {
|
|
deesElement
|
|
}
|
|
|
|
// third party scope
|