UNPKG

@swingby-protocol/sdk

Version:

An implementation of the Swingby standard development kit for NodeJS and JavaScript.

5 lines (4 loc) 99 B
declare module 'hex-to-binary' { const thing: (hex: string) => string; export default thing; }