aboutsummaryrefslogtreecommitdiff
path: root/utils/types
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-04-22 07:39:20 +0530
committerBobby <[email protected]>2026-04-22 07:39:20 +0530
commit22912c4af19b9055ed95779c4d16020fe3a449eb (patch)
tree9d2391df4cf27eb95b198685fbb33df2a1c42991 /utils/types
parent9f807f7e2d2d3711e2ca90cb3984234eef832ad4 (diff)
downloadhollowdark-22912c4af19b9055ed95779c4d16020fe3a449eb.tar.xz
hollowdark-22912c4af19b9055ed95779c4d16020fe3a449eb.zip
Drop all barrel index.ts files; imports target leaf files directly
Diffstat (limited to 'utils/types')
-rw-r--r--utils/types/index.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/types/index.ts b/utils/types/index.ts
deleted file mode 100644
index cf55ea7..0000000
--- a/utils/types/index.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export type { Brand } from './brand'
-export type { DeepReadonly } from './deep-readonly'
-export type { ElementOf } from './element-of'
-export type { JsonValue } from './json'
-export type { NonEmptyArray } from './non-empty-array'