UNPKG

grout-js

Version:

A small module for reading rock grouting files

4 lines (3 loc) 108 B
export { Grout } from './grout/grout'; const add = (a: number, b: number): number => a + b; export { add };