Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare const validateFrame: ({ allowFloats, durationInFrames, frame, }: {
|
||||
frame: number;
|
||||
durationInFrames: number;
|
||||
allowFloats: boolean;
|
||||
}) => void;
|
||||
Reference in New Issue
Block a user