UNPKG

faster-babel-types

Version:
5 lines 507 B
import type * as t from '@babel/types'; export declare function objectTypeInternalSlot(id: t.Identifier, value: t.FlowType, optional: boolean, isStatic: boolean, method: boolean): t.ObjectTypeInternalSlot; export declare function isObjectTypeInternalSlot(node: t.Node | null | undefined): node is t.ObjectTypeInternalSlot; export declare function assertObjectTypeInternalSlot(node: t.Node | null | undefined): asserts node is t.ObjectTypeInternalSlot; //# sourceMappingURL=object-type-internal-slot.d.ts.map