fix(core): update
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
|
||||
const myConst: string = 'hello';
|
||||
|
||||
await smartdelay.delayFor(1000);
|
||||
|
||||
function sealed(constructor: Function) {
|
||||
Object.seal(constructor);
|
||||
Object.seal(constructor.prototype);
|
||||
@ -15,4 +19,6 @@ class BugReport {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
console.log(myConst);
|
||||
|
Reference in New Issue
Block a user