Utility types.
npm install @lowlighter/typing 
 
``ts
import type { Arg, Arrayable, Nullable, Promisable } from "./types.ts"
function foo(_: unknown, args: Arrayable
return Promise.resolve(null)
}
// Get the type of arguments[1] of foo function`
type args = Arg
- AsyncFunction, GeneratorFunction and AsyncGeneratorFunction constructors.
- Addtional useful type utilites.
`plaintext``
Copyright (c) Simon Lecoq <@lowlighter>. (MIT License)
https://github.com/lowlighter/libs/blob/main/LICENSE