@ephox/katamari
Advanced tools
Comparing version 2.1.7 to 2.1.8
import { Option } from './Option'; | ||
import Type from 'ephox/katamari/api/Type'; | ||
import Type from './Type'; | ||
// Use the native Array.indexOf if it is available (IE9+) otherwise fall back to manual iteration | ||
@@ -4,0 +4,0 @@ // https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf |
{ | ||
"name": "@ephox/katamari", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "Basic data type library", | ||
@@ -5,0 +5,0 @@ "repository": { |
import { Option } from './Option'; | ||
import Type from 'ephox/katamari/api/Type'; | ||
import Type from './Type'; | ||
@@ -4,0 +4,0 @@ type Morphism<T, U> = (a: T) => U; |
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
760694