docs: migrate guides to TSDoc references (#6100)
This commit is contained in:
@@ -32,8 +32,6 @@ Adds a middleware function to be called after authentication is completed.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"void","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### addPreAuthentication
|
||||
|
||||
Adds a middleware function to be called before authentication is completed.
|
||||
@@ -46,8 +44,6 @@ Adds a middleware function to be called before authentication is completed.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"void","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### addPreCartCreation
|
||||
|
||||
Adds a middleware function to be called before cart creation
|
||||
@@ -58,9 +54,7 @@ Adds a middleware function to be called before cart creation
|
||||
|
||||
#### Returns
|
||||
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"Adds a middleware function to be called before cart creation","expandable":false,"children":[]}]} />
|
||||
|
||||
### addRouter
|
||||
|
||||
@@ -72,8 +66,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### getRouters
|
||||
|
||||
#### Parameters
|
||||
@@ -84,8 +76,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Router[]","type":"`Router`[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### usePostAuthentication
|
||||
|
||||
Adds post authentication middleware to an express app.
|
||||
@@ -96,9 +86,7 @@ Adds post authentication middleware to an express app.
|
||||
|
||||
#### Returns
|
||||
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"Adds post authentication middleware to an express app.","expandable":false,"children":[]}]} />
|
||||
|
||||
### usePreAuthentication
|
||||
|
||||
@@ -110,9 +98,7 @@ Adds pre authentication middleware to an express app.
|
||||
|
||||
#### Returns
|
||||
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
<ParameterTypes parameters={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"Adds pre authentication middleware to an express app.","expandable":false,"children":[]}]} />
|
||||
|
||||
### usePreCartCreation
|
||||
|
||||
@@ -120,8 +106,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>[]","type":"RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>[]","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### validateMiddleware\_
|
||||
|
||||
Validates a middleware function, throws if fn is not of type function.
|
||||
|
||||
Reference in New Issue
Block a user