UNPKG

atix-internetmarke

Version:

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

13 lines (10 loc) 200 B
/** * internetmarke * Copyright (c) 2018 Manuel Schächinger * MIT Licensed */ 'use strict'; module.exports = { CompanyName: require('./CompanyName'), PersonName: require('./PersonName') };