UNPKG

rtljs

Version:

node.js interface for librtl-sdr, using FFI-NAPI. Works with newer versions of node (like v16)

3 lines (2 loc) 144 B
export declare function charArrayAlloc(length: number): Array<string>; export declare function numberArrayAlloc(length: number): Array<number>;