@sanpjs/generator
Version:
@sanpjs/generator
12 lines (11 loc) • 299 B
TypeScript
/**
* Copyright (c) Baidu Inc. All rights reserved.
*
* This source code is licensed under the MIT license.
* See LICENSE file in the project root for license information.
*
* @file evaluate
* @author ksky521
*/
declare const _default: (exp: any, data: any) => any;
export default _default;