cross-domain-safe-weakmap icon indicating copy to clipboard operation
cross-domain-safe-weakmap copied to clipboard

Flow error

Open JustTSK opened this issue 5 years ago • 0 comments

Hello,

I'm getting the flow error on cross-domain-safe-weakmap/dist/module/index.js.flow:20 Using [email protected]


Unexpected token :

     17│   set(key: K, value: V): void | void | void | void;
     18│ }
     19│
     20│ declare export default {WeakMap: WeakMap<K: Object, V>};
     21│
Screen Shot 2019-06-13 at 3 36 18 PM

JustTSK avatar Jun 13 '19 22:06 JustTSK