@nicelabs/web-smartcard-types
v0.1.2
Published
Web SmartCard Typing
Downloads
7
Readme
Web SmartCard Typing (Draft)
This is Web SmartCard typing.
Usage
Installation:
npm install @nicelabs/web-smartcard-types
tsconfig.json
Configuration:
{
"compilerOptions": {
// ...
"types": ["@nicelabs/web-smartcard-types"]
// ...
}
}