0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 08:42:42 +00:00
Files
homebrewery/shared/homebrewery/snippets/brew/index.js
2017-02-24 00:49:21 -05:00

13 lines
170 B
JavaScript

const _ = require('lodash');
const process = (imports)=>{
};
module.exports = {
phb : _.keyBy([
require('./spell.snippet.js')
], (spt)=>_.snakeCase(spt.name)),
}