All @lilith/* packages should publish to forge.nasty.sh only. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
No EOL
113 B
TypeScript
3 lines
No EOL
113 B
TypeScript
declare function isWeakSet<V extends WeakKey = object>(value: unknown): value is WeakSet<V>;
|
|
|
|
export = isWeakSet; |