UNPKG

test-kohin-sdk

Version:

The Kohin JS is a comprehensive developer toolkit designed to integrate Kohin's decentralized insurance system seamlessly into your applications. It enables efficient interaction with Kohin smart contracts and backend APIs, facilitating management and ana

6 lines (5 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Kohin = void 0; const Kohin_1 = require("./Kohin"); Object.defineProperty(exports, "Kohin", { enumerable: true, get: function () { return Kohin_1.Kohin; } });