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
Since TypeScript usage has exploded the last years but this is
package is written in JavaScript, we might at least reference
the external DefinitelyTyped package @types/mustache that has
a somewhat up-to-date set of type definitions for most of the package.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -534,6 +534,11 @@ $ rake yui3
534
534
$ rake qooxdoo
535
535
```
536
536
537
+
## TypeScript
538
+
539
+
Since the source code of this package is written in JavaScript, we follow the [TypeScript publishing docs](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html) preferred approach
540
+
by having type definitions available via [@types/mustache](https://www.npmjs.com/package/@types/mustache).
541
+
537
542
## Testing
538
543
539
544
In order to run the tests you'll need to install [Node.js](http://nodejs.org/).
0 commit comments