UNPKG

@babel/helper-annotate-as-pure

Version:

Helper function to annotate paths and nodes with #__PURE__ comment

8 lines (5 loc) 156 B
import { Node } from '@babel/types'; declare function annotateAsPure(pathOrNode: Node | { node: Node; }): void; export { annotateAsPure as default };