UNPKG

98 BJavaScriptView Raw
1class FancyLibrary {
2 hello() {
3 console.log('so fancy');
4 }
5}
6
7export default FancyLibrary;