Skip to content

Commit 04e180f

Browse files
grypezclaude
andcommitted
refactor(kernel-utils): unexport collectSheafGuard from public index
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c6ed13e commit 04e180f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/kernel-utils/src/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ describe('index', () => {
1414
'abortableDelay',
1515
'calculateReconnectionBackoff',
1616
'callable',
17-
'collectSheafGuard',
1817
'constant',
1918
'delay',
2019
'fallthrough',

packages/kernel-utils/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ export {
6262
withRanking,
6363
fallthrough,
6464
} from './sheaf/compose.ts';
65-
export { collectSheafGuard } from './sheaf/guard.ts';
6665
export { makeRemoteSection } from './sheaf/remote.ts';
6766
export { makeSection } from './sheaf/section.ts';

0 commit comments

Comments
 (0)