UNPKG
@push.rocks/websetup
Version:
latest (3.0.19)
3.0.19
setup basic page properties
@push.rocks/websetup
/
ts
/
websetup.plugins.ts
11 lines
(7 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// pushrocks scope
import
*
as
smartdelay
from
'@pushrocks/smartdelay'
;
import
*
as
smartpromise
from
'@pushrocks/smartpromise'
;
export
{ smartdelay, smartpromise };
// tsclass scope
import
*
as
ts
class
from
'@tsclass/tsclass'
;
export
{ tsclass };