mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
feat: Remove aggregator in index for export
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
import { Config, topConfig } from "./config"
|
||||
import { List } from "./list"
|
||||
import { Value } from "./value"
|
||||
import { Variants } from "./variants"
|
||||
|
||||
export {
|
||||
/** @typedef { import("./config").Config } Pet
|
||||
*/
|
||||
Config,
|
||||
List,
|
||||
Value,
|
||||
Variants,
|
||||
topConfig,
|
||||
}
|
||||
import "./config"
|
||||
import "./list"
|
||||
import "./value"
|
||||
import "./variants"
|
||||
|
||||
Reference in New Issue
Block a user