1.1.3 • Published 1 year ago
@types/sound-play v1.1.3
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.