Namespace ForgeConfig
🤝 Interfaces
🏭 Functions
parse
ts
parse(body: string): ForgeConfigParse a forge config string into Config object
Parameters
- body:
stringThe forge config string
Return Type
ForgeConfig
Defined in: packages/mod-parser/forgeConfig.ts:62
stringify
ts
stringify(config: ForgeConfig): stringConvert a forge config to string
Parameters
- config:
ForgeConfig
Return Type
string
Defined in: packages/mod-parser/forgeConfig.ts:32
⏩ Type Aliases
Type
ts
Type: "I" | "D" | "S" | "B"Defined in: packages/mod-parser/forgeConfig.ts:21