0.1.5 #5

Merged
Thilawyn merged 1 commits from next into master 2024-02-20 01:57:30 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/traitify-ts", "name": "@thilawyn/traitify-ts",
"version": "0.1.4", "version": "0.1.5",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/" "registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"

View File

@@ -74,7 +74,7 @@ export class TraitExpression<
} }
export namespace TraitExpression { export namespace TraitExpression {
declare const nullSuperclassSymbol: unique symbol const nullSuperclassSymbol = Symbol()
export class NullSuperclass { export class NullSuperclass {
static readonly [nullSuperclassSymbol]: true static readonly [nullSuperclassSymbol]: true
constructor(...args: any[]) {} constructor(...args: any[]) {}