farpatch-ui/lib/co/index.d.ts

5 lines
83 B
TypeScript
Raw Normal View History

declare function co(g: () => Generator<any, void, undefined>): any;
export = co;