TheArtificer/src/solver/_index.ts

6 lines
74 B
TypeScript
Raw Permalink Normal View History

import { parseRoll } from './parser.ts';
export default {
parseRoll,
};