Skip to content

Commit

Permalink
fix: slash export
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl committed Oct 11, 2020
1 parent 46e935a commit 12d8746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export { Event, eventCenter };
export * from './promise';
export { default as noop } from './noop';
export { default as uuid } from './uuid';
export { default as slash } from './slash';
export { default as shallowEqual } from './shallow-equal';
export * from './regex_constant';
export * from './slash';

0 comments on commit 12d8746

Please sign in to comment.