//
//  init.h
//  humand
//
//  Created by Oleksandr Shumihin on 02/04/2026.
//  Copyright © 2026 Humand. All rights reserved.
//
#pragma once

#include "jsi/jsi.h"

namespace humand::nse_mmkv_store {
void install(facebook::jsi::Runtime &rt);
} // namespace humand::nse_mmkv_store
