BREAKING CHANGE(scope): change scope, tools and package name

This commit is contained in:
2018-08-14 01:53:52 +02:00
parent 05677231f7
commit 92682c1276
23 changed files with 1367 additions and 1320 deletions

8
ts/cloudflare.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
import * as tsclass from '@tsclass/tsclass';
export { smartlog, smartpromise, smartdelay, smartrequest, smartstring, tsclass };