UNPKG

@estarlincito/utils

Version:

A collection of utility functions designed to simplify and speed up development tasks in JavaScript and TypeScript projects.

2 lines (1 loc) 201 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=({success:e,message:s,code:t})=>new Response(JSON.stringify({message:s,success:e}),{status:t});exports.resmsg=r;