Update paths in sync.sh, master/main.go, and CLAUDE.md to reflect the directory rename. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
type Brand<K, T> = K & { readonly __brand: T };
|
|
|
|
export type Extensible = Brand<"Extensible", {}>;
|