faster-babel-types
Version:
5 lines • 386 B
TypeScript
import type * as t from '@babel/types';
export declare function directiveLiteral(value: string): t.DirectiveLiteral;
export declare function isDirectiveLiteral(node: t.Node | null | undefined): node is t.DirectiveLiteral;
export declare function assertDirectiveLiteral(node: t.Node | null | undefined): asserts node is t.DirectiveLiteral;
//# sourceMappingURL=directive-literal.d.ts.map