1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-11 21:28:14 +09:00
hotomoe/webpack/module/index.ts
2017-05-17 00:00:56 +09:00

6 lines
98 B
TypeScript

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