UNPKG

mountain-generator

Version:
4 lines (3 loc) 125 B
import options from "./types/options"; export declare function lowPoly(options: options): string; export default lowPoly;