UNPKG

craydent

Version:

node library based on craydent-1.9.3

5 lines (4 loc) 69 B
export interface IteratorItem { value: any; done: boolean; }