UNPKG

godprotocol

Version:
12 lines (8 loc) 184 B
import Storage from "./functions/storage"; class Voi extends Storage { constructor(config, manager) { super(config, manager); this.value = null; } } export default Voi;