1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-14 06:38:13 +09:00
hotomoe/webpack/module/index.ts

6 lines
98 B
TypeScript
Raw Normal View History

2017-05-17 00:00:56 +09:00
import rules from './rules';
export default (lang, locale) => ({
rules: rules(lang, locale)
});