/** * Void `AssociativeIdentity`. * * @tsplus static AssociativeIdentity/Ops void */ export const void_: AssociativeIdentity = AssociativeIdentity.fromAssociative( undefined, Associative.void ) export { void_ as void }