@kyle_x/utils
v0.1.1
Published
Utility helpers built on top of @kyle_x/core.
Readme
@kyle_x/utils
Utility helpers built on top of @kyle_x/core.
Installation
pnpm add @kyle_x/utilsUsage
import { createUser, normalizeName } from '@kyle_x/utils'
const user = createUser(' Ada Lovelace ')
const name = normalizeName(user.name)License
MIT
