load-bindings.d.ts 473 B

1234567891011
  1. export declare const asyncClose: Function;
  2. export declare const asyncDrain: Function;
  3. export declare const asyncFlush: Function;
  4. export declare const asyncGet: Function;
  5. export declare const asyncGetBaudRate: Function;
  6. export declare const asyncList: Function;
  7. export declare const asyncOpen: Function;
  8. export declare const asyncSet: Function;
  9. export declare const asyncUpdate: Function;
  10. export declare const asyncRead: Function;
  11. export declare const asyncWrite: Function;