UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

7 lines (6 loc) 164 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestBody = void 0; class RequestBody { } exports.RequestBody = RequestBody;