package js.lib; typedef IteratorYieldResult = { @:optional var done : Bool; var value : TYield; };