UNPKG

uzen

Version:

General-purpose GraphQL subscription server library

7 lines (6 loc) 221 B
import { IAuthPayload } from "../types/yoga"; declare const TOPICS: { ntCrud: (topic: string) => string; }; declare const isAuth: (authorization: IAuthPayload | undefined) => IAuthPayload; export { TOPICS, isAuth, };