1.1.3 • Published 7 months ago

@types/sound-play v1.1.3

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

Installation

npm install --save @types/sound-play

Summary

This package contains type definitions for sound-play (https://github.com/leharry/sound-play).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sound-play.

index.d.ts

// Type definitions for sound-play 1.1
// Project: https://github.com/leharry/sound-play
// Definitions by: Brenek Harrison <https://github.com/BrenekH>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

export function play(path: string, volume?: number): Promise<{ stdout: string | Buffer; stdin: string | Buffer; }>;

Additional Details

  • Last updated: Mon, 07 Jun 2021 20:01:27 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Brenek Harrison.

1.1.1

8 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.0

3 years ago