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 48ba5b0b9b
commit f95d9ec8c9

View file

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