When using v0.6.32 in Typescript, the typescript compiler complains about several missing return-type annotations in the type definitions with error messages similar to 'registerLanguage', which lacks return-type annotation, implicitly has an 'any' return type.ts(7010):
When using v0.6.32 in Typescript, the typescript compiler complains about several missing return-type annotations in the type definitions with error messages similar to
'registerLanguage', which lacks return-type annotation, implicitly has an 'any' return type.ts(7010)
: