faster-babel-types
Version:
5 lines • 365 B
TypeScript
import type * as t from '@babel/types';
export declare function stringLiteral(value: string): t.StringLiteral;
export declare function isStringLiteral(node: t.Node | null | undefined): node is t.StringLiteral;
export declare function assertStringLiteral(node: t.Node | null | undefined): asserts node is t.StringLiteral;
//# sourceMappingURL=string-literal.d.ts.map