Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
solana/web3.js/flow-typed/superstruct.js

15 lines
299 B
JavaScript
Raw Normal View History

Add Connection class
2018-08-23 10:52:48 -07:00
declare module 'superstruct' {
chore(deps-dev): bump flow-bin from 0.98.1 to 0.99.1
2019-05-31 07:42:41 -07:00
declare type StructFunc = {
(any): any,
union(schema: any): any;
chore(deps): bump superstruct from 0.7.0 to 0.8.3 Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.7.0 to 0.8.3. - [Release notes](https://github.com/ianstormtaylor/superstruct/releases) - [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md) - [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.7.0...v0.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 17:18:36 +00:00
array(schema: any): any;
chore(deps-dev): bump flow-bin from 0.98.1 to 0.99.1
2019-05-31 07:42:41 -07:00
literal(schema: any): any;
fix: add getBlock Connection method
2019-11-12 11:21:19 -05:00
tuple(schema: any): any;
feat: add err field to status results
2020-04-04 21:35:08 +08:00
pick(schema: any): any;
chore(deps-dev): bump flow-bin from 0.98.1 to 0.99.1
2019-05-31 07:42:41 -07:00
};
Add Connection class
2018-08-23 10:52:48 -07:00
declare module.exports: {
chore(deps-dev): bump flow-bin from 0.98.1 to 0.99.1
2019-05-31 07:42:41 -07:00
struct: StructFunc;
Add Connection class
2018-08-23 10:52:48 -07:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 135ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API