2.0.2 • Published 6 months ago

@types/html-tag v2.0.2

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

Installation

npm install --save @types/html-tag

Summary

This package contains type definitions for html-tag (https://www.npmjs.com/package/html-tag).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-tag.

index.d.ts

// Type definitions for html-tag 2.0
// Project: https://www.npmjs.com/package/html-tag
// Definitions by: arnu515 <https://github.com/arnu515>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function tag(name: string, text?: string | false): string;
declare function tag(name: string, attribs?: Record<string, string | number | boolean>, text?: string | false): string;
export = tag;

Additional Details

  • Last updated: Sat, 09 Oct 2021 14:31:18 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by arnu515.

2.0.2

6 months ago

2.0.1

7 months ago

2.0.0

3 years ago