UNPKG

tiny-bin

Version:

A library for building tiny and beautiful command line apps.

13 lines (12 loc) 218 B
/* IMPORT */ /* MAIN */ class Addon { /* CONSTRUCTOR */ constructor(bin) { this.bin = bin; this.stdout = bin.stdout; this.stderr = bin.stderr; } } /* EXPORT */ export default Addon;