UNPKG

yahoi

Version:

Yet Another Highly Opinionated Isomorphic Framework

20 lines (12 loc) 240 B
// import axios from 'axios'; export default class ExampleApi { constructor() { } exampleCall(options) { return new Promise((fulfill, reject) => { fulfill({ result: true }) }); } }