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

1.0.3 • Public • Published

Installation

npm install --save @types/normalplaytime

Summary

This package contains type definitions for normalplaytime (https://github.com/eteubert/normalplaytime).

Details

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

index.d.ts

/**
 * Takes a string in Normal Play Time (RFC 2326) format and convert it to milliseconds.
 * Will return null for wrong input format.
 */
export function parse(npt: string): number | null;

export as namespace normalplaytime;

Additional Details

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

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/normalplaytime

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

2.84 kB

Total Files

5

Last publish

Collaborators

  • types