UNPKG

ts-toolbelt

Version:

TypeScript's largest utility library

5 lines (4 loc) 86 B
/** * Describes how to perform iterations */ export declare type Way = '->' | '<-';