mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 08:42:42 +00:00
13 lines
170 B
JavaScript
13 lines
170 B
JavaScript
const _ = require('lodash');
|
|
|
|
const process = (imports)=>{
|
|
|
|
};
|
|
|
|
module.exports = {
|
|
phb : _.keyBy([
|
|
require('./spell.snippet.js')
|
|
], (spt)=>_.snakeCase(spt.name)),
|
|
|
|
|
|
} |