UNPKG

atix-internetmarke

Version:

A node wrapper for the Internetmarke web service of the Deutsche Post.

12 lines (8 loc) 186 B
/*! * internetmarke * Copyright (c) 2018 Manuel Schächinger * MIT Licensed */ 'use strict'; const Internetmarke = require('./lib/Internetmarke'); module.exports = Internetmarke;