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

0.4.32 • Public • Published

Installation

npm install --save @types/jjve

Summary

This package contains type definitions for jjve (https://github.com/silas/jjve).

Details

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

index.d.ts

import jjv = require("jjv");

declare function jjve(jjv: jjv.Env): jjve.Env;
declare namespace jjve {
    interface Issue {
        code: string;
        message: string;
        data: any;
        path: string;
    }

    interface Env {
        (schema: Object, data: any, errors: jjv.Errors): Issue[];
    }
}

export = jjve;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/jjv

Credits

These definitions were written by Wim Looman.

/@types/jjve/

    Package Sidebar

    Install

    npm i @types/jjve

    Weekly Downloads

    12

    Version

    0.4.32

    License

    MIT

    Unpacked Size

    3.21 kB

    Total Files

    5

    Last publish

    Collaborators

    • types