Skip to main content
The Deno 2 Release Candidate is here
Learn more

mcresponse | github.com/abbeymart/mcresponse-deno

  • Standard return responses for system functional tasks
  • It exposes the following function: getResMessage
  • See the test folder for test cases / scenarios and usage

Usage

import { getResMessage, Status } from "https://deno.land/x/mcresponse/mod.ts";

// See the test folder for different test cases / scenarios and usage