From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/tslint/lib/utils.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'node_modules/tslint/lib/utils.d.ts') diff --git a/node_modules/tslint/lib/utils.d.ts b/node_modules/tslint/lib/utils.d.ts index 07f3bf5e5..9d7aa545e 100644 --- a/node_modules/tslint/lib/utils.d.ts +++ b/node_modules/tslint/lib/utils.d.ts @@ -1,4 +1,3 @@ -/// /** * @license * Copyright 2016 Palantir Technologies, Inc. @@ -15,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/// /** * Enforces the invariant that the input is an array. */ @@ -57,3 +57,6 @@ export declare function readBufferWithDetectedEncoding(buffer: Buffer): string; export declare type Encoding = "utf8" | "utf8-bom" | "utf16le" | "utf16be"; export declare function detectBufferEncoding(buffer: Buffer, length?: number): Encoding; export declare function denormalizeWinPath(path: string): string; +export declare function isPascalCased(name: string): boolean; +export declare function isCamelCased(name: string): boolean; +export declare function isKebabCased(name: string): boolean; -- cgit v1.2.3