Skip to content

💪 TypeScript typings for NodeJS Aerospike client

License

Notifications You must be signed in to change notification settings

bit0r1n/aerospike-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aerospike-typings

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

Installation

  1. Install package npm install https://github.com/bit0r1n/aerospike-typings -D
  2. Add path to typings in tsconfig file compilerOptions["paths"]["aerospike"] = [ "node_modules/aerospike-typings/aerospike.d.ts" ]
  3. Enjoy !!

If you have noticed any problem/missing typing, freely create an issue/PR

About

💪 TypeScript typings for NodeJS Aerospike client

Resources

License

Stars

Watchers

Forks

Packages

No packages published