@ridi/parser-core
Advanced tools
Comparing version 0.3.0-alpha.1 to 0.3.0-alpha.2
@@ -51,2 +51,5 @@ 'use strict'; | ||
}, | ||
reduce: function reduce(callback, initial) { | ||
return entries.reduce(callback, initial); | ||
}, | ||
length: entries.length, | ||
@@ -53,0 +56,0 @@ source: source |
{ | ||
"name": "@ridi/parser-core", | ||
"version": "0.3.0-alpha.1", | ||
"version": "0.3.0-alpha.2", | ||
"description": "Utilities for parsers", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
32733
837