@standardserver/shared
Advanced tools
+1
-1
| 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.4"; | ||
| declare const PACKAGE_VERSION = "0.0.5"; | ||
| /** | ||
@@ -6,0 +6,0 @@ * Generates a unique symbol for the specified name within the package scope. |
+1
-1
| 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.4"; | ||
| declare const PACKAGE_VERSION = "0.0.5"; | ||
| /** | ||
@@ -6,0 +6,0 @@ * Generates a unique symbol for the specified name within the package scope. |
+1
-1
@@ -6,3 +6,3 @@ function toArray(value) { | ||
| const PACKAGE_NAME = "@standardserver/shared"; | ||
| const PACKAGE_VERSION = "0.0.4"; | ||
| const PACKAGE_VERSION = "0.0.5"; | ||
| 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.4", | ||
| "version": "0.0.5", | ||
| "license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://standardserver.dev", |