We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b25d7 commit e631465Copy full SHA for e631465
types/index.d.ts
@@ -160,7 +160,7 @@ declare module 'wink-nlp' {
160
parentDocument(): Document;
161
parentEntity(): ItemEntity | undefined;
162
parentCustomEntity(): ItemCustomEntity | undefined;
163
- markup(beginMarker: string, endMarker: string): void;
+ markup(beginMarker?: string, endMarker?: string): void;
164
out(): string;
165
out<T>(itsf: ItsFunction<T>): T | string;
166
parentSentence(): ItemSentence;
0 commit comments