Add eslint and fix eslint errors, other minor improvements
This commit is contained in:
@@ -10,7 +10,7 @@ export type ConstructorTypeId = typeof ConstructorTypeId;
|
||||
export interface Brand<in out K extends string | symbol> {
|
||||
readonly [BrandTypeId]: {
|
||||
readonly [k in K]: K;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export declare namespace Brand {
|
||||
|
||||
Reference in New Issue
Block a user