fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-22 13:20:50 +02:00
parent 13c84f7146
commit d416355ea1

View File

@ -1,9 +1,8 @@
// node native scope // node native scope
import * as cluster from 'cluster';
import http from 'http'; import http from 'http';
import https from 'https'; import https from 'https';
export { cluster, http, https }; export { http, https };
// tsclass scope // tsclass scope
import * as tsclass from '@tsclass/tsclass'; import * as tsclass from '@tsclass/tsclass';