diff options
| author | Bobby <[email protected]> | 2026-04-22 07:39:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 07:39:20 +0530 |
| commit | 22912c4af19b9055ed95779c4d16020fe3a449eb (patch) | |
| tree | 9d2391df4cf27eb95b198685fbb33df2a1c42991 /utils | |
| parent | 9f807f7e2d2d3711e2ca90cb3984234eef832ad4 (diff) | |
| download | hollowdark-22912c4af19b9055ed95779c4d16020fe3a449eb.tar.xz hollowdark-22912c4af19b9055ed95779c4d16020fe3a449eb.zip | |
Drop all barrel index.ts files; imports target leaf files directly
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/assert/index.ts | 3 | ||||
| -rw-r--r-- | utils/equal/index.ts | 1 | ||||
| -rw-r--r-- | utils/index.ts | 5 | ||||
| -rw-r--r-- | utils/log/index.ts | 1 | ||||
| -rw-r--r-- | utils/result/index.ts | 5 | ||||
| -rw-r--r-- | utils/types/index.ts | 5 |
6 files changed, 0 insertions, 20 deletions
diff --git a/utils/assert/index.ts b/utils/assert/index.ts deleted file mode 100644 index a3df835..0000000 --- a/utils/assert/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { assert } from './assert' -export { assertDefined } from './assert-defined' -export { assertNever } from './assert-never' diff --git a/utils/equal/index.ts b/utils/equal/index.ts deleted file mode 100644 index 3a937a8..0000000 --- a/utils/equal/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { deepEqual } from './deep' diff --git a/utils/index.ts b/utils/index.ts deleted file mode 100644 index 436365f..0000000 --- a/utils/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './assert' -export * from './equal' -export * from './log' -export * from './result' -export * from './types' diff --git a/utils/log/index.ts b/utils/log/index.ts deleted file mode 100644 index 62d96a1..0000000 --- a/utils/log/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { log } from './log' diff --git a/utils/result/index.ts b/utils/result/index.ts deleted file mode 100644 index 931b638..0000000 --- a/utils/result/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export type { Err, Ok, Result } from './types' -export { err, ok } from './constructors' -export { isErr, isOk } from './predicates' -export { mapErr, mapResult } from './map' -export { unwrap, unwrapOr } from './unwrap' 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' |
