UNPKG

86 BTypeScriptView Raw
1/**
2 * Describes how to perform iterations
3 */
4export declare type Way = '->' | '<-';