ee-first165.8mMIT1.1.1return the first event in a set of ee/event pairs
jonathanongabout 3 years ago split-on-first33.2mMIT3.0.0Split a string on the first occurance of a given separator
sindresorhusabout 3 years agofirst, split, string, once lower-case-first22.7mMITdepreciado3.0.0Use `input.charAt(0).toLowerCase() + input.slice(1)`
blakeembreyalmost 2 years agofirst, lower, case, start upper-case-first41.2mMITdepreciado3.0.0Use `input.charAt(0).toUpperCase() + input.slice(1)`
blakeembreyalmost 2 years agofirst, upper, case, capitalize zod137.2mMIT3.25.72TypeScript-first schema declaration and validation library with static type inference
colinhacksabout 4 hours agotypescript, schema, validation, type