Projekt

Obecné

Profil

Stáhnout (116 Bajtů) Statistiky
| Větev: | Revize:
1
/* @flow strict */
2

    
3
declare module.exports: (
4
  condition: any,
5
  format?: string,
6
  ...args: Array<any>
7
) => void;
(6-6/7)