25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

index.js.flow 185 B

3 yıl önce
12345678
  1. // @flow
  2. declare module.exports: <T, U>(
  3. objA?: ?T,
  4. objB?: ?U,
  5. compare?: ?(objValue: any, otherValue: any, key?: string) => boolean | void,
  6. compareContext?: ?any
  7. ) => boolean;