Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

okode/capacitor-mitek

Repository files navigation

capacitor-mitek

Mitek Capacitor Plugin

Install

npm install okode/capacitor-mitek
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>