lbry-redux/flow-typed/npm/uuid.js

6 lines
67 B
JavaScript
Raw Normal View History

2020-10-20 06:18:21 +02:00
// @flow
declare module 'uuid' {
declare module.exports: any;
}