G. PBeer

Results 1 comments of G. PBeer

I made this work creating a new file `class.list.js` ``` const List = require('list.js/src/index'); export default List; ``` And i was able to use it in my own file: ```...