sway-tools
Version:
Some tools and a library for controlling sway
11 lines (10 loc) • 313 B
JavaScript
;
// To parse this data:
//
// import { Convert, Tree } from "./file";
//
// const tree = Convert.toTree(json);
//
// These functions will throw an error if the JSON doesn't
// match the expected interface, even if the JSON is valid.
Object.defineProperty(exports, "__esModule", { value: true });