UNPKG

jsonweaver

Version:

A simple utility to transform JSON data into CSV, XML, YAML, JSONLines and Markdown table formats.

7 lines (6 loc) 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCustomError = createCustomError; function createCustomError(message, code) { return { message, code }; }