Comparing version 1.0.2 to 1.0.3
import type { ClassLike } from '../types.js'; | ||
import type * as primitive from './primitives.js'; | ||
import './struct-symbols.js'; | ||
export interface MemberInit { | ||
@@ -5,0 +4,0 @@ name: string; |
@@ -1,2 +0,1 @@ | ||
import './struct-symbols.js'; | ||
// @ts-expect-error 2322 | ||
@@ -3,0 +2,0 @@ Symbol.struct_init ||= Symbol('struct_init'); |
{ | ||
"name": "utilium", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Typescript utilities", | ||
@@ -24,2 +24,3 @@ "main": "dist/index.js", | ||
"lint": "tsc --noEmit && eslint src", | ||
"test": "tsx --test", | ||
"build": "tsc -p tsconfig.json", | ||
@@ -47,2 +48,3 @@ "build:docs": "typedoc", | ||
"prettier": "^3.2.5", | ||
"tsx": "^4.19.1", | ||
"typedoc": "^0.26.6", | ||
@@ -49,0 +51,0 @@ "typescript": "^5.5.4", |
import type { ClassLike } from '../types.js'; | ||
import type * as primitive from './primitives.js'; | ||
import './struct-symbols.js'; | ||
@@ -5,0 +4,0 @@ // @ts-expect-error 2322 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87249
11
2526