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

1.4.4 • Public • Published

Installation

npm install --save @types/harmon

Summary

This package contains type definitions for harmon (https://github.com/No9/harmon).

Details

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

index.d.ts

declare function harmonBinary(
    reqSelectors?: harmonBinary.Select[],
    resSelectors?: harmonBinary.Select[],
    htmlOnly?: boolean,
): any;
declare namespace harmonBinary {
    interface Select {
        query: string;
        func(node: any): any;
    }
}

export = harmonBinary;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Eric Danowski.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/harmon

Weekly Downloads

457

Version

1.4.4

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types