UNPKG

b1-sl

Version:

library for connection and session management of the service layer sap b1

10 lines (7 loc) 174 B
const Documents = require("./documents"); class Invoices extends Documents { constructor() { super('Invoices'); } } module.exports = Invoices;