field-descriptions
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -16,3 +16,4 @@ export interface FDobject { | ||
} | ||
export declare function GenMD(text: string, options?: GenMDOptions): string; | ||
export declare function FD(values: FDobject[], options?: FDoptions): string; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FD = void 0; | ||
exports.FD = exports.GenMD = void 0; | ||
const lodash_1 = require("lodash"); | ||
@@ -32,2 +32,3 @@ const underline = "__"; | ||
} | ||
exports.GenMD = GenMD; | ||
function FD(values, options = { | ||
@@ -34,0 +35,0 @@ nameEdits: GenMDOptionsDefault, |
{ | ||
"name": "field-descriptions", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Make key-value data easier to display in discord embeds", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8302
64