Skip to content

Instantly share code, notes, and snippets.

const isThenable = p =>
p && typeof p.then === 'function'
const isPromisable = p =>
isThenable(p) && typeof p.catch === 'function'
class Prom {
/**
@magnetikonline
magnetikonline / README.md
Last active October 29, 2025 21:22
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.