Skip to content

Commit

Permalink
Extract API
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2024
1 parent 4984acc commit caf6c5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/review/api/alfa-string.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ type String_2 = globalThis.String;

// @public (undocumented)
namespace String_2 {
function flatten(input: string): string;
function indent(input: string): string;
function isWhitespace(input: string, allowEmpty?: boolean): boolean;
function normalize(input: string, toLowerCase?: boolean): string;
}
export { String_2 as String }
Expand Down

0 comments on commit caf6c5f

Please sign in to comment.