UNPKG

nestjs-tsx-views

Version:

Server-side JSX/TSX rendering for your NestJS application 🚀

3 lines • 128 B
import { createContext } from 'react'; export const MyContext = createContext(undefined); //# sourceMappingURL=my-context.js.map