Init commit.
This commit is contained in:
21
@types/chai/LICENSE
Normal file
21
@types/chai/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE
|
||||
15
@types/chai/README.md
Normal file
15
@types/chai/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Installation
|
||||
> `npm install --save @types/chai`
|
||||
|
||||
# Summary
|
||||
This package contains type definitions for chai (http://chaijs.com/).
|
||||
|
||||
# Details
|
||||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai.
|
||||
|
||||
### Additional Details
|
||||
* Last updated: Mon, 05 May 2025 21:33:58 GMT
|
||||
* Dependencies: [@types/deep-eql](https://npmjs.com/package/@types/deep-eql)
|
||||
|
||||
# Credits
|
||||
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Andrew Brown](https://github.com/AGBrown), [Olivier Chevet](https://github.com/olivr70), [Matt Wistrand](https://github.com/mwistrand), [Shaun Luttin](https://github.com/shaunluttin), [Satana Charuwichitratana](https://github.com/micksatana), [Erik Schierboom](https://github.com/ErikSchierboom), [Bogdan Paranytsia](https://github.com/bparan), [CXuesong](https://github.com/CXuesong), and [Joey Kilpatrick](https://github.com/joeykilpatrick).
|
||||
2149
@types/chai/index.d.ts
vendored
Normal file
2149
@types/chai/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
74
@types/chai/package.json
Normal file
74
@types/chai/package.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "@types/chai",
|
||||
"version": "5.2.2",
|
||||
"description": "TypeScript definitions for chai",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai",
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Bart van der Schoor",
|
||||
"githubUsername": "Bartvds",
|
||||
"url": "https://github.com/Bartvds"
|
||||
},
|
||||
{
|
||||
"name": "Andrew Brown",
|
||||
"githubUsername": "AGBrown",
|
||||
"url": "https://github.com/AGBrown"
|
||||
},
|
||||
{
|
||||
"name": "Olivier Chevet",
|
||||
"githubUsername": "olivr70",
|
||||
"url": "https://github.com/olivr70"
|
||||
},
|
||||
{
|
||||
"name": "Matt Wistrand",
|
||||
"githubUsername": "mwistrand",
|
||||
"url": "https://github.com/mwistrand"
|
||||
},
|
||||
{
|
||||
"name": "Shaun Luttin",
|
||||
"githubUsername": "shaunluttin",
|
||||
"url": "https://github.com/shaunluttin"
|
||||
},
|
||||
{
|
||||
"name": "Satana Charuwichitratana",
|
||||
"githubUsername": "micksatana",
|
||||
"url": "https://github.com/micksatana"
|
||||
},
|
||||
{
|
||||
"name": "Erik Schierboom",
|
||||
"githubUsername": "ErikSchierboom",
|
||||
"url": "https://github.com/ErikSchierboom"
|
||||
},
|
||||
{
|
||||
"name": "Bogdan Paranytsia",
|
||||
"githubUsername": "bparan",
|
||||
"url": "https://github.com/bparan"
|
||||
},
|
||||
{
|
||||
"name": "CXuesong",
|
||||
"githubUsername": "CXuesong",
|
||||
"url": "https://github.com/CXuesong"
|
||||
},
|
||||
{
|
||||
"name": "Joey Kilpatrick",
|
||||
"githubUsername": "joeykilpatrick",
|
||||
"url": "https://github.com/joeykilpatrick"
|
||||
}
|
||||
],
|
||||
"type": "module",
|
||||
"main": "",
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"directory": "types/chai"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@types/deep-eql": "*"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"typesPublisherContentHash": "174d4205d8ad5de1f59dc1f4c1ca29f9ec7d12d905cd5eb02cd537b1e90e8a74",
|
||||
"typeScriptVersion": "5.1"
|
||||
}
|
||||
7
@types/chai/register-should.d.ts
vendored
Normal file
7
@types/chai/register-should.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare global {
|
||||
interface Object {
|
||||
should: Chai.Assertion;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user