1.0.3 • Published 6 months ago

@types/normalplaytime v1.0.3

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

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

// Type definitions for normalplaytime 1.0
// Project: https://github.com/eteubert/normalplaytime
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * 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: Mon, 14 Mar 2022 22:01:49 GMT
  • Dependencies: none
  • Global values: normalplaytime

Credits

These definitions were written by DefinitelyTyped.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

2 years ago

1.0.0

4 years ago