package js.lib; typedef BooleanConstructor = { @:selfCall function call(?value:T):Bool; final prototype : Boolean; };