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
/// <reference types="node" />
export function play(path: string, volume?: number): Promise<{ stdout: string | Buffer; stdin: string | Buffer }>;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/node
Credits
These definitions were written by Brenek Harrison.