UNPKG

adaptive-expressions

Version:
22 lines 567 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the string version of a value. */ export declare class JsonStringify extends ExpressionEvaluator { /** * Initializes a new instance of the [JsonStringify](xref:adaptive-expressions.JsonStringify) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=jsonStringify.d.ts.map