UNPKG

212 BTypeScriptView Raw
1import * as t from '@babel/types';
2import { DynamicInterpolation } from './buildTaggedTemplate';
3declare const _default: (interpolations: Set<DynamicInterpolation>) => t.ArrayExpression;
4export default _default;