diffsync-json-file
v0.0.1
Published
A json file adapter for diffsync
Downloads
3
Readme
diffsync-json-file
A file system adapter for diffsync.
import diffsync from "diffsync";
import Adapter from "diffsync-json-file";
const ds = new diffsync.Server(new Adapter("path/to/file.json"), socketIO);