solana/web3.js/flow-typed/superstruct.js
2020-06-14 21:57:04 -07:00

6 lines
95 B
JavaScript

declare module 'superstruct' {
declare module.exports: {
struct(schema: any): any;
}
}