package js.lib; typedef IBoolean = { /** Returns the primitive value of the specified object. **/ function valueOf():Bool; };