0.1.1 • Published 2 years ago

@anton169/driver-license-1 v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@anton169/driver-license1

This is plugin for driver license.

Install

npm install @anton169/driver-license1
npx cap sync

API

encode(...)

encode(options: { value: string; }) => Promise<{ result: any[]; }>
ParamType
options{ value: string; }

Returns: Promise<{ result: any[]; }>