update uuid import for new version

This commit is contained in:
Sean Yesmunt 2020-10-20 00:18:21 -04:00
parent 15737f9b09
commit fb4bcdb4f5
8 changed files with 17 additions and 213 deletions
flow-typed/npm

5
flow-typed/npm/uuid.js vendored Normal file
View file

@ -0,0 +1,5 @@
// @flow
declare module 'uuid' {
declare module.exports: any;
}