Skip to content

Instantly share code, notes, and snippets.

View wentout's full-sized avatar
😎
building teleport

wentout wentout

😎
building teleport
View GitHub Profile
@wentout
wentout / Zone.js
Created October 19, 2019 20:30 — forked from devsnek/Zone.js
'use strict';
const {
AsyncResource,
executionAsyncId,
createHook,
} = require('async_hooks');
const EventEmitter = require('events');
const util = require('util');