Comparing version 0.1.8 to 0.1.9
@@ -7,4 +7,4 @@ export declare class BinaryNode { | ||
} | ||
type BinNode = BinaryNode | null | undefined; | ||
type NodeValueType = number | undefined; | ||
export type BinNode = BinaryNode | null | undefined; | ||
export type NodeValueType = number | undefined; | ||
export declare class BinaryTree { | ||
@@ -26,2 +26,1 @@ root: BinNode; | ||
} | ||
export {}; |
{ | ||
"name": "flex-algo", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "\"SDK for commonly used data structure and algorithms\"", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
18786
12
509