UNPKG

faster-babel-types

Version:
5 lines 421 B
import type * as t from '@babel/types'; export declare function v8IntrinsicIdentifier(name: string): t.V8IntrinsicIdentifier; export declare function isV8IntrinsicIdentifier(node: t.Node | null | undefined): node is t.V8IntrinsicIdentifier; export declare function assertV8IntrinsicIdentifier(node: t.Node | null | undefined): asserts node is t.V8IntrinsicIdentifier; //# sourceMappingURL=v8-intrinsic-identifier.d.ts.map