import { JsonObject } from '@croct/json';
export * from '@croct/json/mutable';

type NullableJsonObject = JsonObject | null;

export type { NullableJsonObject };
