fix(core): update

This commit is contained in:
2019-08-22 00:04:27 +02:00
parent 3999015b23
commit 44431e7d25
4 changed files with 488 additions and 382 deletions

View File

@ -1,5 +1,5 @@
import * as path from 'path';
let threads = require('threads');
const threads = require('threads');
import * as smartpromise from '@pushrocks/smartpromise';
export { path, smartpromise, threads };