Init commit.

This commit is contained in:
sleepwithoutbz
2025-10-02 22:58:32 +08:00
commit 4c71b3a711
169 changed files with 74075 additions and 0 deletions

7
@types/chai/register-should.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
declare global {
interface Object {
should: Chai.Assertion;
}
}
export {};