UNPKG

@embroider/macros

Version:

Standardized build-time macros for ember apps.

5 lines (4 loc) 232 B
import type { NodePath } from '@babel/traverse'; import type { types as t } from '@babel/core'; import type State from './state'; export default function dependencySatisfies(path: NodePath<t.CallExpression>, state: State): boolean;