UNPKG

@plattar/plattar-api

Version:

Module for interfacing with the Plattar API (https://www.plattar.com)

9 lines (7 loc) 179 B
const PlattarBase = require("../interfaces/plattar-base.js"); class Product extends PlattarBase { static type() { return "product"; } } module.exports = Product;