UNPKG

json-object-editor

Version:

JOE the Json Object Editor | Platform Edition

9 lines (8 loc) 160 B
//NOT READY YET function Search() { var self = this; this.search = function(query){ } return this; } module.exports = Search();