Socket
Socket
Sign inDemoInstall

@types/chai-xml

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chai-xml

TypeScript definitions for chai-xml


Version published
Weekly downloads
3.4K
decreased by-9.4%
Maintainers
0
Weekly downloads
 
Created
Source

Installation

npm install --save @types/chai-xml

Summary

This package contains type definitions for chai-xml (https://github.com/krampstudio/chai-xml).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-xml.

index.d.ts

/// <reference types="chai" />

declare global {
    namespace Chai {
        interface Assertion {
            xml: ChaiXml.XmlAssertion;
        }
    }
}

declare namespace ChaiXml {
    interface XmlAssertion extends Chai.Assertion {
        valid(): XmlAssertion;

        not: XmlAssertion;
        to: XmlAssertion;
        be: XmlAssertion;
        been: XmlAssertion;
        is: XmlAssertion;
        that: XmlAssertion;
        which: XmlAssertion;
        and: XmlAssertion;
        has: XmlAssertion;
        have: XmlAssertion;
        with: XmlAssertion;
        at: XmlAssertion;
        of: XmlAssertion;
        same: XmlAssertion;
    }
}

declare const chaiXml: Chai.ChaiPlugin;
export = chaiXml;

Additional Details

  • Last updated: Mon, 29 Jul 2024 19:36:25 GMT
  • Dependencies: @types/chai

Credits

These definitions were written by .

FAQs

Package last updated on 29 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc