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

1.0.2 • Public • Published

Installation

npm install --save @types/lrc-parser

Summary

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

Details

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

index.d.ts

interface LrcData {
    [key: string]: string | ScriptItem[] | undefined;
    scripts?: ScriptItem[];
}

interface ScriptItem {
    start: number;
    text: string;
    end: number;
}

declare function lrcParser(data: string): LrcData;

export = lrcParser;

Additional Details

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

Credits

These definitions were written by Alex Kovacs.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.00ts4.1
1.0.00ts4.2
1.0.00ts4.3
1.0.00ts4.4
1.0.24ts5.6
1.0.24latest
1.0.24ts4.5
1.0.24ts4.6
1.0.24ts4.7
1.0.24ts4.8
1.0.24ts4.9
1.0.24ts5.0
1.0.24ts5.1
1.0.24ts5.2
1.0.24ts5.3
1.0.24ts5.4
1.0.24ts5.5
1.0.24ts5.7

Version History

VersionDownloads (Last 7 Days)Published
1.0.24
1.0.10
1.0.00

Package Sidebar

Install

npm i @types/lrc-parser

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types