Closed urish closed 6 years ago
It type annotation suggests that it returns an array of [string, number, string[], any], which is no longer the case since #27. This causes the returned type to be incompatible with what applyTypes() expects.
[string, number, string[], any]
applyTypes()
It type annotation suggests that it returns an array of
[string, number, string[], any]
, which is no longer the case since #27. This causes the returned type to be incompatible with whatapplyTypes()
expects.