Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aiscript.api.md
Browse files Browse the repository at this point in the history
FineArchs authored Jan 12, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bae8bdb commit 32e1add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/aiscript.api.md
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ class AiScriptUserError extends AiScriptRuntimeError {
// @public (undocumented)
export class AiSON {
// (undocumented)
static parse(input: string): any;
static parse(input: string): JsValue;
}

// @public (undocumented)

0 comments on commit 32e1add

Please sign in to comment.