UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

5 lines (4 loc) 66 B
export interface Position { start: number; end: number; }