Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Dec 3, 2024
1 parent 25ed0a7 commit 1fb07f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/safe-string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ export const SafeStringURI = "SafeString" as const;
* @since 2.0.0
*/
export class SafeString {
/**
* @since 2.0.8
*/
_tag: typeof SafeStringURI;

/**
* @since 2.0.8
*/
content: string;

constructor(content: string) {
Expand Down

0 comments on commit 1fb07f8

Please sign in to comment.