Skip to content

Commit

Permalink
impl: length_of_string
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Dec 19, 2023
1 parent 5fe6a8d commit 35fd1e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ export class Entry {
return new Date().getSeconds()
}
}
length_of_string(str: string) {
return str.length
}

/* 자료 */
get_variable(id: string) {
Expand Down

0 comments on commit 35fd1e1

Please sign in to comment.