Skip to content

Instantly share code, notes, and snippets.

@zavr-1
Created December 26, 2019 12:20
Show Gist options
  • Save zavr-1/dda3325190c698c7bd2bf004e45808c4 to your computer and use it in GitHub Desktop.
Save zavr-1/dda3325190c698c7bd2bf004e45808c4 to your computer and use it in GitHub Desktop.
<types ns="_idio">
<import from="@typedefs/goa" ns="_goa" name="Middleware" />
<method name="session" return="!_goa.Middleware">
<arg type="!_idio.SessionConfig" name="opts" opt>
The configuration passed to `koa-session`.
</arg>
Initialize the session middleware with `opts`.
</method>
</types>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment