UNPKG

@ox-fun/drift-sdk

Version:

SDK for Drift Protocol

4 lines (3 loc) 103 B
export function capitalize(value: string): string { return value[0].toUpperCase() + value.slice(1); }