UNPKG

@renex/renex

Version:

The official RenEx Software Development Kit in typescript.

3 lines (2 loc) 111 B
import { Config, Options } from "../types"; export declare function generateConfig(options?: Options): Config;