From d55f06a890230dba06bc813580f5cf31003fd2c7 Mon Sep 17 00:00:00 2001 From: nin-jin Date: Mon, 4 May 2026 16:43:09 +0300 Subject: [PATCH 1/2] Update Creating DTS files From JS.md --- .../copy/en/javascript/Creating DTS files From JS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..26a6fc4cd756 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,4 @@ 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) or [TSTyche](https://github.com/tstyche/tstyche) (CLI + BDD-like runtime) or [$mol_type_assert](https://www.npmjs.com/package/mol_type_all#assertions) (types only w/o runtime). From d69cfbee32722983a2256cf31138690af248277c Mon Sep 17 00:00:00 2001 From: nin-jin Date: Mon, 4 May 2026 16:45:18 +0300 Subject: [PATCH 2/2] Update Creating DTS files From JS.md --- .../copy/en/javascript/Creating DTS files From JS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 26a6fc4cd756..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) (CLI + assertions runtime) or [TSTyche](https://github.com/tstyche/tstyche) (CLI + BDD-like runtime) or [$mol_type_assert](https://www.npmjs.com/package/mol_type_all#assertions) (types only w/o runtime). +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).