Preview:```ts
declare namespace NodeJS {
type Timeout = any
}
let _macros: {[index: string]: any} = {}
function macrosAdd(
name: string[] | string,
def: any /* Actually, a set of optional and required properties. timers is optional */
) {
if (Array.isArray(name)) {
name.forEach(name
...```
You can choose specific lines to embed by selecting them before copying the link.