lbry-redux/flow-typed/npm/uuid.js
2020-10-20 00:18:21 -04:00

5 lines
67 B
JavaScript

// @flow
declare module 'uuid' {
declare module.exports: any;
}