UNPKG

227 BTypeScriptView Raw
1import { NodePath } from '@babel/core';
2import * as t from '@babel/types';
3import { Change } from '../types';
4export default function addPragma(path: NodePath<t.Program>, JSX: t.Identifier, insertComments?: boolean): Change[];