I hereby claim:
- I am chrisweight on github.
- I am chrisweight (https://keybase.io/chrisweight) on keybase.
- I have a public key ASCZkqdOXnHSqp56JQ6GyxM49LfmV9fS9RsprhFzI2mhLQo
To claim this, I am signing this object:
| #!/usr/bin/env node | |
| console.log('Running a gist directly in your terminal via npx? Are you MAD! ;)'); |
| export class SomeAsyncClass { | |
| private _ready: Promise<void>; | |
| private _readyResolver: Function; | |
| constructor() { | |
| this._ready = new Promise(resolve => (this._readyResolver = resolve)); | |
| this.init(); | |
| } | |
| private async init() { |
I hereby claim:
To claim this, I am signing this object: