tree-crawl
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -81,5 +81,5 @@ // Because this module exports a function `crawl` we have to define used types | ||
iteratee: (node: TreeNode, context: crawl.Context<TreeNode>) => void, | ||
options: crawl.Options<TreeNode> | ||
options?: crawl.Options<TreeNode> | ||
): void | ||
export = crawl |
{ | ||
"name": "tree-crawl", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Agnostic tree traversal library.", | ||
@@ -5,0 +5,0 @@ "author": "Nicolas Gryman <ngryman@gmail.com> (http://ngryman.sh/)", |
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
41705