Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
11
node_modules/next/dist/esm/server/route-modules/route-module.js
generated
vendored
Normal file
11
node_modules/next/dist/esm/server/route-modules/route-module.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* RouteModule is the base class for all route modules. This class should be
|
||||
* extended by all route modules.
|
||||
*/ export class RouteModule {
|
||||
constructor({ userland, definition }){
|
||||
this.userland = userland;
|
||||
this.definition = definition;
|
||||
}
|
||||
}
|
||||
|
||||
//# sourceMappingURL=route-module.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue