UNPKG

faster-babel-types

Version:
4 lines 313 B
import type * as t from '@babel/types'; export declare function addComments<T extends t.Node>(node: T, type: t.CommentTypeShorthand, comments: t.Comment[]): T; export declare function addComment<T extends t.Node>(node: T, type: t.CommentTypeShorthand, comment: t.Comment): T; //# sourceMappingURL=comment.d.ts.map