adaptive-expressions
Version:
Common Expression Language
21 lines • 424 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* util class
*/
export declare class Util {
/**
* trim char.
*
* @param str input string.
* @param char trim character.
* @returns The trimmed char.
*/
static trim(str: string, char: string): string;
}
//# sourceMappingURL=util.d.ts.map