Maybe make Extensible type workable
This commit is contained in:
0
deno/extensible.ts
Normal file
0
deno/extensible.ts
Normal file
@@ -1 +1,3 @@
|
||||
export interface Extensible {}
|
||||
type Brand<K, T> = K & { readonly __brand: T };
|
||||
|
||||
export type Extensible = Brand<"Extensible", {}>;
|
||||
|
||||
Reference in New Issue
Block a user