UNPKG

thorish

Version:

This is a library of useful JS concepts and data structures for Node and the browser. It it, unashamedly, a dumping ground for code needed by [@samthor](https://twitter.com/samthor)'s projects.

4 lines (3 loc) 61 B
export type AbortSignalArgs = { signal?: AbortSignal; };