edit-ot-quill-delta
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -9,2 +9,3 @@ import AttributeMap from './AttributeMap'; | ||
} | ||
export declare type Operation = Op; | ||
declare namespace Op { | ||
@@ -11,0 +12,0 @@ function iterator(ops: Op[]): Iterator; |
{ | ||
"name": "edit-ot-quill-delta", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "fork from https://github.com/quilljs/delta", | ||
@@ -5,0 +5,0 @@ "author": "Jason Chen <jhchen7@gmail.com>", |
@@ -13,2 +13,4 @@ import AttributeMap from './AttributeMap'; | ||
export type Operation = Op; | ||
namespace Op { | ||
@@ -15,0 +17,0 @@ export function iterator(ops: Op[]) { |
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
74301
1396