3.3.4 • Published 6 months ago

@types/infobox-parser v3.3.4

Weekly downloads
69
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/infobox-parser

Summary

This package contains type definitions for infobox-parser (https://github.com/dijs/infobox-parser#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/infobox-parser.

index.d.ts

// Type definitions for infobox-parser 3.3
// Project: https://github.com/dijs/infobox-parser#readme
// Definitions by: Jeff Held <https://github.com/solkaz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface ParseOptions {
    simplifyDataValues?: boolean | undefined;
}

interface ParseResult {
    general: any;
    lists: any[];
    tables: any[];
}

declare function infobox_parser(
    source: string,
    options?: ParseOptions
): ParseResult;

export = infobox_parser;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:23:12 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Jeff Held.

3.3.4

6 months ago

3.3.3

7 months ago

3.3.2

8 months ago

3.3.1

3 years ago

3.3.0

5 years ago