githubnext / vitale

TypeScript notebook for developers
https://githubnext.com/projects/vitale/
MIT License
178 stars 4 forks source link

provide helpers for common output types #35

Closed jaked closed 4 months ago

jaked commented 4 months ago

e.g.

import { json } from 'vitale'

json({ foo: 'bar' });

to serialize the object and return it with type application/json.