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 443c082 commit 5087087Copy full SHA for 5087087
src/client/index.ts
@@ -182,7 +182,7 @@ export class Client<
182
/**
183
* After initialization has completed, this may be populated with information about the server's instructions.
184
*/
185
- getInstructions(): String | undefined {
+ getInstructions(): string | undefined {
186
return this._instructions;
187
}
188
0 commit comments