@coverbase/radix
Advanced tools
| export type Match<T> = { | ||
| value: T; | ||
| parameters: Record<string, string>; | ||
| }; | ||
| export declare class Radix<T> { | ||
| value?: T; | ||
| parameter?: string; | ||
| children: Record<string, Radix<T>>; | ||
| constructor(parameter?: string); | ||
| insert: (key: string, value: T) => void; | ||
| match: (key: string) => Match<T> | undefined; | ||
| } | ||
| export declare const combineRadix: <T>(firstNode: Radix<T>, secondNode: Radix<T>) => Radix<T>; |
+1
-1
| { | ||
| "name": "@coverbase/radix", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "exports": { |
| export type Match<T> = { | ||
| value: T; | ||
| parameters: Record<string, string>; | ||
| }; | ||
| export declare class Radix<T> { | ||
| value?: T; | ||
| parameter?: string; | ||
| children: Record<string, Radix<T>>; | ||
| constructor(parameter?: string); | ||
| insert: (key: string, value: T) => void; | ||
| match: (key: string) => Match<T> | undefined; | ||
| } | ||
| export declare const combineRadix: <T>(firstNode: Radix<T>, secondNode: Radix<T>) => Radix<T>; |
| export {}; |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
1727
-0.63%3
-25%17
-5.56%