lbry-desktop/flow-typed/bluebird.js

4 lines
61 B
JavaScript
Raw Normal View History

2017-12-03 22:27:55 -05:00
declare module 'bluebird' {
declare module.exports: any;
}