jonschlinkert / pascalcaseLinks
Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert
☆37Updated 3 years ago
Alternatives and similar repositories for pascalcase
Users that are interested in pascalcase are comparing it to the libraries listed below
Sorting:
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- ☆37Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- One promise for multiple requests in flight to avoid async duplication☆16Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated 11 months ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…☆19Updated 3 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Updated last year
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 7 months ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 4 months ago
- Get the command from a shebang☆24Updated 3 years ago
- Is this an ES6 Symbol value?☆19Updated 7 months ago
- Map `visit` over an array of objects.☆17Updated 3 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 5 months ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Updated 3 years ago