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:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 10 months ago
- Constants and utilities about visitor keys to traverse AST.☆43Updated 10 months ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 6 months ago
- ☆37Updated last year
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- 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
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆63Updated last month
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆59Updated 10 months ago
- Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible☆85Updated last year
- Extract the username from a git remote origin URL.☆17Updated 7 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Write a package.json file☆88Updated 10 months ago
- An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.☆31Updated 6 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 6 months ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆93Updated 2 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 4 years ago
- Is the typeof value a javascript primitive?☆37Updated 4 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Glob to regular expression with support for extended globs.☆74Updated 9 months 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
- Is this an ES6 Symbol value?☆19Updated 6 months ago
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago