Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export declare const sendUsageEvent: ({ licenseKey, succeeded, apiName, isStill, isProduction, }: {
|
||||
licenseKey: string | null;
|
||||
succeeded: boolean;
|
||||
apiName: string;
|
||||
isStill: boolean;
|
||||
isProduction: boolean;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user