Strict mode in Flow definition (#309)

This commit is contained in:
Timothy Yung 2018-11-29 20:34:09 -08:00 committed by Sindre Sorhus
parent b827cb0817
commit 70bb378e8e

View file

@ -1,4 +1,4 @@
// @flow
// @flow strict
type TemplateStringsArray = $ReadOnlyArray<string>;