UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

6 lines (4 loc) 190 B
declare module 'shallow-equal-without' { declare function shallowEqualWithout(objA: Object, objB: Object, ...without: string[]): boolean; declare module.exports: shallowEqualWithout; }