blob: 85a8f2f311ab0095110ce21c9dcd932e4192dd24 (
plain)
1
2
3
4
5
6
7
8
|
/*
* Elasticsearch B.V licenses this file to you under the MIT License.
* See `packages/kbn-handlebars/LICENSE` for more information.
*/
export const kHelper = Symbol('helper');
export const kAmbiguous = Symbol('ambiguous');
export const kSimple = Symbol('simple');
|