Skip to content

Commit

Permalink
Update fromScratch to accept 'any' for sample in the TypeScript decla…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
rochars committed Aug 6, 2018
1 parent c5d2234 commit f46385c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -125,7 +125,7 @@ declare class WaveFile {
numChannels: number,
sampleRate: number,
bitDepthCode: string,
samples: Array<number>,
samples: any,
options?: object): void;

/**
Expand Down

0 comments on commit f46385c

Please sign in to comment.