UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

11 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDefaultCacheOptions = getDefaultCacheOptions; function getDefaultCacheOptions() { return { ttl: 600, checkperiod: 120, useCache: true, }; }