UNPKG

compromise

Version:
13 lines (11 loc) 170 B
import api from './api/index.js' import { debug, hash } from './methods/index.js' export default { api, methods: { one: { hash, debug, }, }, }