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.7mMIT不推荐使用3.0.0Use `input.charAt(0).toLowerCase() + input.slice(1)`
blakeembreyalmost 2 years agofirst, lower, case, start upper-case-first41.2mMIT不推荐使用3.0.0Use `input.charAt(0).toUpperCase() + input.slice(1)`
blakeembreyalmost 2 years agofirst, upper, case, capitalize zod137.2mMIT4.0.5TypeScript-first schema declaration and validation library with static type inference
colinhacks3 days agotypescript, schema, validation, type