jonschlinkert / pascalcase
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
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 3 months ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆17Updated 2 months ago
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆61Updated 5 months ago
- Constants and utilities about visitor keys to traverse AST.☆42Updated 7 months ago
- Delete nested properties from an object using dot notation.☆34Updated 3 years ago
- Extract the username from a git remote origin URL.☆17Updated 7 years ago
- Detect the dominant newline character of a string☆55Updated last year
- 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
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Returns true if a string has an extglob☆23Updated 5 years ago
- 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 8 months ago
- Write a package.json file☆88Updated 8 months ago
- Check if a string matches the name of a Node.js builtin module☆59Updated last month
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- 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
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated 7 months ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- PostCSS plugin for css modules to local-scope classes and ids☆27Updated 3 months ago
- Create ansi colors by passing open and close codes.☆19Updated 11 months ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Create a relative URL with options to minify.☆56Updated 4 years ago
- Gracefully restore the CLI cursor on exit☆38Updated 8 months ago
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Map `visit` over an array of objects.☆17Updated 2 years ago