UNPKG

pokerlib-cpp

Version:

C++ poker hand evaluation library for Node.js

4 lines 134 B
declare module 'bindings' { function bindings(opts: string | { bindings: string; [key: string]: any }): any; export = bindings; }