solana/web3.js/flow-typed/superstruct.js

6 lines
95 B
JavaScript
Raw Normal View History

2018-08-23 10:52:48 -07:00
declare module 'superstruct' {
declare module.exports: {
struct(schema: any): any;
}
}