Comparing version 0.5.2 to 0.5.3
import { Writable, WritableOptions } from 'stream'; | ||
namespace Speaker { | ||
declare namespace Speaker { | ||
interface Options extends WritableOptions { | ||
@@ -28,3 +28,3 @@ readonly channels?: number; | ||
*/ | ||
class Speaker extends Writable { | ||
declare class Speaker extends Writable { | ||
constructor(opts?: Speaker.Options); | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "speaker", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Output PCM audio data to the speakers", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3514955