JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 118095
  • Score
    100M100P100Q159406F
  • License MIT

A set of utilities to transform strings

Package Exports

  • @ember/string
  • @ember/string/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ember/string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ember/string CI Build

A set of utilities to transform strings extracted from the core of Ember.

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above

Installation

ember install @ember/string

Usage

This package provides the following imports:

import {
  camelize,
  capitalize,
  classify,
  dasherize,
  decamelize,
  underscore,
  w,
} from '@ember/string'

For more documentation, consult https://emberjs.com/api/ember/release/classes/String.

License

This project is licensed under the MIT License.