UNPKG

aflower-cli

Version:

One flower project command line interface.

14 lines (10 loc) 226 B
/** * @fileoverview Example Service Manager * @author Luoob */ import { testHttp } from './http' class ExampleService { /* fetch data */ public fetch = testHttp('get')('/data') } export default new ExampleService()