@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/core",
3
- "version": "14.0.0-next.1",
3
+ "version": "14.0.0-next.4",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -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 lower\_case\_and\_underscored
70
+ More general than decamelize. Returns the lower_case_and_underscored
71
71
  form of a string.
72
72
 
73
73
  ```javascript
@@ -94,7 +94,7 @@ function classify(str) {
94
94
  }
95
95
  exports.classify = classify;
96
96
  /**
97
- More general than decamelize. Returns the lower\_case\_and\_underscored
97
+ More general than decamelize. Returns the lower_case_and_underscored
98
98
  form of a string.
99
99
 
100
100
  ```javascript