Installation
npm install --save @types/ember__string
Summary
This package contains type definitions for @ember/string (https://www.npmjs.com/package/@ember/string).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember__string.
index.d.ts
// Type definitions for non-npm package @ember/string 3.0
// Project: https://www.npmjs.com/package/@ember/string
// Definitions by: Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.4
export function camelize(str: string): string;
export function capitalize(str: string): string;
export function classify(str: string): string;
export function dasherize(str: string): string;
export function decamelize(str: string): string;
export function underscore(str: string): string;
export function w(str: string): string[];
Additional Details
- Last updated: Fri, 21 Jan 2022 19:02:11 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Chris Krycho, Dan Freeman, and James C. Davis.