Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Jun 24, 2024
1 parent 935dbfc commit 399529f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ark/util/strings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import type { Scanner } from "../type/parser/string/shift/scanner.js"

export const capitalize = <s extends string>(s: s): Capitalize<s> =>
(s[0].toUpperCase() + s.slice(1)) as never

Expand Down

0 comments on commit 399529f

Please sign in to comment.