Initial boiler plate project
This commit is contained in:
9
node_modules/next/dist/telemetry/events/plugins.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/telemetry/events/plugins.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
type NextPluginsEvent = {
|
||||
eventName: string;
|
||||
payload: {
|
||||
packageName: string;
|
||||
packageVersion: string;
|
||||
};
|
||||
};
|
||||
export declare function eventNextPlugins(dir: string): Promise<Array<NextPluginsEvent>>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user