Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import type { GetSilentPartsResponse, SilentPart } from './compositor/payloads';
|
||||
export type { SilentPart };
|
||||
export declare const getSilentParts: ({ src, noiseThresholdInDecibels: passedNoiseThresholdInDecibels, minDurationInSeconds: passedMinDuration, logLevel, binariesDirectory, }: {
|
||||
src: string;
|
||||
minDurationInSeconds?: number | undefined;
|
||||
logLevel?: "error" | "info" | "trace" | "verbose" | "warn" | undefined;
|
||||
noiseThresholdInDecibels?: number | undefined;
|
||||
binariesDirectory?: string | null | undefined;
|
||||
}) => Promise<GetSilentPartsResponse>;
|
||||
Reference in New Issue
Block a user