UNPKG

adaptive-expressions

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