UNPKG

pareto-fountain-pen

Version:

A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language

25 lines (24 loc) 318 B
interface Array<T> { [n: number]: T; } interface Boolean { } interface CallableFunction { } interface Function { (...args: unknown[]): unknown; } interface IArguments { } interface NewableFunction { } interface Number { } interface Object { } interface RegExp { } interface String { } interface Promise<T> { }