UNPKG

discord-html-transcripts-hyperscale

Version:

A nicely formatted html transcript generator for discord.js. Edited by Hyperscale#0001

10 lines 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExportReturnType = void 0; var ExportReturnType; (function (ExportReturnType) { ExportReturnType["Buffer"] = "buffer"; ExportReturnType["String"] = "string"; ExportReturnType["Attachment"] = "attachment"; })(ExportReturnType = exports.ExportReturnType || (exports.ExportReturnType = {})); //# sourceMappingURL=types.js.map