UNPKG

atix-internetmarke

Version:

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

16 lines (11 loc) 177 B
/** * internetmarke * Copyright (c) 2018 Manuel Schächinger * MIT Licensed */ 'use strict'; class GalleryImage { constructor() { } } module.exports = GalleryImage;