mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
feat: Worked with matt to create all the things
This commit is contained in:
13
lib/config/builder/index.ts
Normal file
13
lib/config/builder/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Config } from "./config";
|
||||
import { List } from "./list";
|
||||
import { Value } from "./value";
|
||||
import { Variants } from "./variants";
|
||||
|
||||
export {
|
||||
/** @typedef { import("./config").Config } Pet
|
||||
*/
|
||||
Config,
|
||||
List,
|
||||
Value,
|
||||
Variants,
|
||||
};
|
||||
Reference in New Issue
Block a user