rike422/loose-leaf

View on GitHub
client/src/flow-typed/ot.js

Summary

Maintainability
A
0 mins
Test Coverage
declare module 'ot' {
  declare function exports<A, B> (a: A, b: B): A & B;
}