| 2076 | Object.defineProperty(exports, "__esModule", { value: true }); |
| 2077 | exports.NativeStruct = void 0; |
| 2078 | class NativeStruct extends NativePointer { |
| 2079 | constructor(pointer) { |
| 2080 | super(pointer); |
| 2081 | } |
nothing calls this directly
no outgoing calls
no test coverage detected