Skip to content

Commit

Permalink
feat(core): export util function
Browse files Browse the repository at this point in the history
  • Loading branch information
Genuifx committed Jun 29, 2020
1 parent 9901a99 commit bc51b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wxa-core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {router} from './utils/router';
import promisify from './utils/promisify';
import {eventbus, Eventbus} from './utils/eventbus';
import fetch from './utils/fetch';
import * as utils from './utils/helpers';

import debounce from 'lodash/debounce';
import throttle from 'lodash/throttle';
Expand All @@ -26,6 +27,7 @@ export {
promisify,
eventbus, Eventbus,
fetch,
utils,

debounce,
throttle,
Expand Down

0 comments on commit bc51b2f

Please sign in to comment.