2018-12-18 09:48:15 -08:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
2018-11-15 13:58:43 +01:00
|
|
|
export {DynamicValue} from './src/dynamic';
|
2018-12-18 09:48:15 -08:00
|
|
|
export {ForeignFunctionResolver, PartialEvaluator} from './src/interface';
|
2018-11-15 13:58:43 +01:00
|
|
|
export {BuiltinFn, EnumValue, ResolvedValue, ResolvedValueArray, ResolvedValueMap} from './src/result';
|