UNPKG
@ox-fun/drift-sdk
Version:
latest (2.60.0-beta.6.0.0.1)
2.60.0-beta.6.0.0.1
2.59.0-beta.6.0.0.2
2.59.0-beta.6.0.0.1
SDK for Drift Protocol
@ox-fun/drift-sdk
/
src
/
accounts
/
utils.ts
4 lines
(3 loc)
•
103 B
text/typescript
View Raw
1
2
3
4
export function capitalize(value: string): string { return value
[0]
.toUpperCase
() + value
.slice
(
1
); }