Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { MediaParserKeyframe } from './options';
|
||||
export declare function findLastKeyframe<T extends MediaParserKeyframe>({ keyframes, timeInSeconds, }: {
|
||||
keyframes: T[];
|
||||
timeInSeconds: number;
|
||||
}): T | null;
|
||||
Reference in New Issue
Block a user