UNPKG

ts-ssp

Version:

NodeJS library to work with coin and bill acceptors under SSP protocol. Written in Typescript.

4 lines (3 loc) 109 B
import SSP from "./SSP"; import { SSPOptions, SSPType } from "./types"; export { SSP, SSPOptions, SSPType };