Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/shallowequal/index.js.flow

// @flow

declare module.exports: <T, U>(
  objA?: ?T,
  objB?: ?U,
  compare?: ?(objValue: any, otherValue: any, key?: string) => boolean | void,
  compareContext?: ?any
) => boolean;
Back to Directory File Manager