UNPKG

@mann-conomy/vdf-utils

Version:

A Node.js utility library for parsing and converting objects in Valve's Data File (VDF) format.

9 lines 357 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.VDF = void 0; const vdf_1 = __importDefault(require("./classes/vdf")); exports.VDF = vdf_1.default; //# sourceMappingURL=index.js.map