UNPKG

sussy-util

Version:
5 lines (4 loc) 145 B
import JSON from './JSON'; import MutableObject from './MutableObject'; export type JSONObject = MutableObject<JSON>; export default JSONObject;