Since typings in original repo are kinda messy, like why export const Client: typeof import("client");, it results in object type?? And there also a lot of any =((
Actual for version 5.13.1
- Install package
npm install https://github.com/bit0r1n/aerospike-typings -D - Add path to typings in tsconfig file
compilerOptions["paths"]["aerospike"] = [ "node_modules/aerospike-typings/aerospike.d.ts" ] - Enjoy !!
If you have noticed any problem/missing typing, freely create an issue/PR