@angular-devkit/core 14.0.0-next.1 → 14.0.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils/strings.d.ts +1 -1
- package/src/utils/strings.js +1 -1
package/package.json
CHANGED
package/src/utils/strings.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export declare function camelize(str: string): string;
|
|
|
67
67
|
*/
|
|
68
68
|
export declare function classify(str: string): string;
|
|
69
69
|
/**
|
|
70
|
-
More general than decamelize. Returns the
|
|
70
|
+
More general than decamelize. Returns the lower_case_and_underscored
|
|
71
71
|
form of a string.
|
|
72
72
|
|
|
73
73
|
```javascript
|
package/src/utils/strings.js
CHANGED