UNPKG

dobo

Version:

Database ORM/ODM for Bajo Framework

8 lines (5 loc) 161 B
import create from './create.js' async function update (name, id, options = {}) { return create.call(this, name, id, options) } export default update