1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/webpack/module/index.ts
2017-12-17 14:35:30 +09:00

6 lines
80 B
TypeScript

import rules from './rules';
export default lang => ({
rules: rules(lang)
});