Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { MediaUtilsAudioData } from './types';
|
||||
type Options = {
|
||||
sampleRate?: number;
|
||||
};
|
||||
export declare const getAudioData: (src: string, options?: Options) => Promise<MediaUtilsAudioData>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user