UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

6 lines (5 loc) 164 B
import type express from "express"; /** * Express middleware that checks if the user is authenticated. */ export declare const authCheck: express.RequestHandler;