ee-first170.3mMIT1.1.1return the first event in a set of ee/event pairs
jonathanongabout 3 years ago split-on-first30.9mMIT4.0.0Split a string on the first occurance of a given separator
sindresorhus5 days agofirst, split, string, once lower-case-first22.8mMITdeprecated3.0.0Use `input.charAt(0).toLowerCase() + input.slice(1)`
blakeembreyalmost 2 years agofirst, lower, case, start upper-case-first40.3mMITdeprecated3.0.0Use `input.charAt(0).toUpperCase() + input.slice(1)`
blakeembreyalmost 2 years agofirst, upper, case, capitalize zod173.2mMIT4.1.1TypeScript-first schema declaration and validation library with static type inference
colinhacksabout 11 hours agotypescript, schema, validation, type