abbeymart / mcresponse-deno

Standard return responses for system functional tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.3.1/mod.ts";

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

About

Standard return responses for system functional tasks

License:MIT License


Languages

Language:TypeScript 100.0%