UNPKG

devkit-js

Version:

Devkit CLI is a Command Line tool for superfast scaffolding of any simple Vanilla JavaScript App

8 lines (6 loc) 117 B
class HelloWorld { static hello = () => { console.log('Hello Man!'); }; } export default HelloWorld;