UNPKG

adaptive-expressions

Version:
19 lines 540 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { StringTransformEvaluator } from './stringTransformEvaluator'; /** * Converts the specified string to title case. */ export declare class TitleCase extends StringTransformEvaluator { /** * Initializes a new instance of the [TitleCase](xref:adaptive-expressions.TitleCase) class. */ constructor(); private static evaluator; } //# sourceMappingURL=titleCase.d.ts.map