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@v0.2.1/mod.ts";

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