Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
export type RandomSeed = number | string | null;
|
||||
export declare const random: (seed: RandomSeed, dummy?: unknown) => number;
|
||||
Reference in New Issue
Block a user