UNPKG

@embroider/macros

Version:

Standardized build-time macros for ember apps.

3 lines (2 loc) 120 B
import type { NodePath } from '@babel/traverse'; export default function error(path: NodePath, message: string): Error;