@cheatron/native-mock-koffi
v1.0.0
Published
Pure JavaScript mock implementation of koffi for testing native modules without compilation
Maintainers
Readme
@cheatron/native-mock-koffi
Pure JavaScript mock of Koffi for testing native modules without native dependencies.
Installation
bun add @cheatron/native-mock-koffiUsage
import MockKoffi from "@cheatron/native-mock-koffi";
const buffer = MockKoffi.alloc("uint32");
const address = MockKoffi.address(buffer);License
MIT
