lbry-desktop/flow-typed/bluebird.js

4 lines
61 B
JavaScript
Raw Normal View History

2017-12-04 04:27:55 +01:00
declare module 'bluebird' {
declare module.exports: any;
}