You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add type definitions for all classes and methods exported by strong-globalize, to make it easy to use strong-globalize in TypeScript projects.
import*asgfrom'strong-globalize';constname='TypeScript';// g.f has correct type definition of arguments// g.f return type is annotated as stringconststr=g.f('hello world from %s',name);console.log(str);
Add type definitions for all classes and methods exported by strong-globalize, to make it easy to use strong-globalize in TypeScript projects.
Related: #113
The text was updated successfully, but these errors were encountered: