diff --git a/packages/documentation/copy/en/javascript/Creating DTS files From JS.md b/packages/documentation/copy/en/javascript/Creating DTS files From JS.md index 843079ee88b5..b49bba376e09 100644 --- a/packages/documentation/copy/en/javascript/Creating DTS files From JS.md +++ b/packages/documentation/copy/en/javascript/Creating DTS files From JS.md @@ -88,4 +88,7 @@ If absent, then "main" is used ## Tips -If you'd like to write tests for your .d.ts files, try [tsd](https://github.com/SamVerschueren/tsd) or [TSTyche](https://github.com/tstyche/tstyche). +If you'd like to write tests for your .d.ts files, try: +- [tsd](https://github.com/SamVerschueren/tsd) (CLI + assertions runtime) +- [TSTyche](https://github.com/tstyche/tstyche) (CLI + BDD-like runtime) +- [$mol_type_assert](https://www.npmjs.com/package/mol_type_all#assertions) (types only w/o runtime).