UNPKG

sussy-util

Version:
5 lines (4 loc) 140 B
import JSON from "./JSON"; import MutableObject from "./MutableObject"; export default interface JSONObject extends MutableObject<JSON> { }