@standardserver/shared
Advanced tools
+2
-2
| declare function toArray<T>(value: T): T extends readonly any[] ? T : Exclude<T, undefined | null>[]; | ||
| declare const PACKAGE_NAME = "@standardserver/shared"; | ||
| declare const PACKAGE_VERSION = "0.0.5"; | ||
| declare const PACKAGE_VERSION = "0.0.6"; | ||
| /** | ||
@@ -68,3 +68,3 @@ * Generates a unique symbol for the specified name within the package scope. | ||
| */ | ||
| declare function isTypescriptObject(maybeObject: unknown): maybeObject is object; | ||
| declare function isTypescriptObject(maybeObject: unknown): maybeObject is object & Record<PropertyKey, unknown>; | ||
@@ -71,0 +71,0 @@ interface GetOrBindOptions { |
+2
-2
| declare function toArray<T>(value: T): T extends readonly any[] ? T : Exclude<T, undefined | null>[]; | ||
| declare const PACKAGE_NAME = "@standardserver/shared"; | ||
| declare const PACKAGE_VERSION = "0.0.5"; | ||
| declare const PACKAGE_VERSION = "0.0.6"; | ||
| /** | ||
@@ -68,3 +68,3 @@ * Generates a unique symbol for the specified name within the package scope. | ||
| */ | ||
| declare function isTypescriptObject(maybeObject: unknown): maybeObject is object; | ||
| declare function isTypescriptObject(maybeObject: unknown): maybeObject is object & Record<PropertyKey, unknown>; | ||
@@ -71,0 +71,0 @@ interface GetOrBindOptions { |
+1
-1
@@ -6,3 +6,3 @@ function toArray(value) { | ||
| const PACKAGE_NAME = "@standardserver/shared"; | ||
| const PACKAGE_VERSION = "0.0.5"; | ||
| const PACKAGE_VERSION = "0.0.6"; | ||
| function getPackageSymbol(name) { | ||
@@ -9,0 +9,0 @@ return Symbol.for(`${PACKAGE_NAME}@${PACKAGE_VERSION}/${name}`); |
+1
-1
| { | ||
| "name": "@standardserver/shared", | ||
| "type": "module", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://standardserver.dev", |
16846
0.37%