@types/assertrc
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/assertrc

Summary

This package contains type definitions for assertrc (https://github.com/Soldy/assertrc).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/assertrc.

index.d.ts

export class base {
    constructor();
    check(value: any, rule: string, sample: any): boolean;
    tests(testIn: object): boolean;
    equal(value: any, sample: any): boolean;
    equalType(value: any, sample: any): boolean;
    equalJson(value: any, sample: any): boolean;
    notEqual(value: any, sample: any): boolean;
    greater(value: any, sample: any): boolean;
    less(value: any, sample: any): boolean;
    length(value: any, sample: number): boolean;
    valueEqual(value: any, sample: string): boolean;
    valueEqualType(value: any, sample: string): boolean;
    valueNotEqual(value: any, sample: string): boolean;
    valueNotEqualType(value: any, sample: string): boolean;
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Soldy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/assertrc

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.88 kB

Total Files

5

Last publish

Collaborators

  • types