@types/prosemirror-model
Advanced tools
Comparing version 1.13.1 to 1.13.2
@@ -105,2 +105,6 @@ // Type definitions for prosemirror-model 1.13 | ||
/** | ||
* Extract the text between `from` and `to`. See the same method on {@link ProsemirrorNode.textBetween} | ||
*/ | ||
textBetween(from: number, to: number, blockSeparator?: string | null, leafText?: string | null): string; | ||
/** | ||
* Create a new fragment containing the combined content of this | ||
@@ -107,0 +111,0 @@ * fragment and the other. |
{ | ||
"name": "@types/prosemirror-model", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "TypeScript definitions for prosemirror-model", | ||
@@ -55,4 +55,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-model", | ||
}, | ||
"typesPublisherContentHash": "dae2c650f16f45befaf8adecd09203231b70f13a10506cb61d815a98b6676eae", | ||
"typesPublisherContentHash": "dea0dfa404e0690907c3e0a2b8690d174da1562259a7c65fcc2b38e8aa38a74b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:38 GMT | ||
* Last updated: Sun, 15 Aug 2021 22:31:21 GMT | ||
* Dependencies: [@types/orderedmap](https://npmjs.com/package/@types/orderedmap) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
59152
1447