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/assert | |
| 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/assert')
| -rw-r--r-- | utils/assert/index.ts | 3 |
1 files changed, 0 insertions, 3 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' |
