1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-18 00:29:00 +09:00
MisskeyIO/webpack/module/index.ts

6 lines
80 B
TypeScript
Raw Normal View History

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