mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 00:04:25 +00:00
* Update type for Options interface in franc package As documented here: https://github.com/wooorm/franc/issues/80 adding this type enables the use of `franc.all` additionally with an `only` languages array when using TypeScript. Thank you! * Update index.d.ts update with recommended simple type declaration `ERROR: 16:12 array-type Array type using 'Array<T>' is forbidden for simple types. Use 'T[]' instead.`