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