#pragma once

#include <jsi/jsi.h>

namespace pretext {

void install(facebook::jsi::Runtime &runtime);

} // namespace pretext
