UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

4 lines (2 loc) 158 B
export const get = ({ query: { id } }: { query: { id: string } }) => ({ id }); export const post = ({ data: { id } }: { data: { id: string } }) => ({ id });