tw5-typed 0.2.26 → 0.2.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -114,7 +114,7 @@ As with [JavaScript Macros](#JavaScript%20Macros), filter operators should not m
|
|
|
114
114
|
|
|
115
115
|
Construct the iterator using $tw.wiki.makeTiddlerIterator
|
|
116
116
|
*/
|
|
117
|
-
export type SourceIterator = (
|
|
117
|
+
export type SourceIterator = (tiddler: Tiddler, title: string) => void;
|
|
118
118
|
export interface ISearchOptions {
|
|
119
119
|
/** If true, forces all but regexp searches to be anchored to the start of text */
|
|
120
120
|
anchored?: boolean;
|