UNPKG

@embroider/macros

Version:

Standardized build-time macros for ember apps.

7 lines (6 loc) 115 B
export default function evaluate(node: any): { confident: true; value: any; } | { confident: false; };