UNPKG

yahoi

Version:

Yet Another Highly Opinionated Isomorphic Framework

16 lines (12 loc) 381 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _ExampleApi = require('./apis/ExampleApi'); Object.defineProperty(exports, 'ExampleApi', { enumerable: true, get: function get() { return _interopRequireDefault(_ExampleApi).default; } }); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }