ChatSurf File System

By ChatSurf verified - Version: 1.0.0

A basic json config storage plugin

Usage

// Setup
const config = require("./chatsurf-fs").loadConfig(__filename);

// Getter
config.get("path.to.something[0]");

// Setter
config.set("path.to.something[0]", "my data");