vasturiano / js-module

Template repo for JS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_module_name

NPM package Build Size NPM Downloads

<-- description -->.

Quick start

import __my_global_var_name__ from '__my_module_name__';

or using a script tag

<script src="//unpkg.com/__my_module_name__"></script>

Usage example

const myVar = new __my_global_var_name__();
...

API reference

Instantiation

new my_global_var_name(arg1, [arg2])

Methods

Method Arguments Return Value Description
toString() - string Returns a string representation.

Giving Back

paypal If this project has helped you and you'd like to contribute back, you can always buy me a ☕!

About

Template repo for JS modules


Languages

Language:JavaScript 92.6%Language:HTML 7.4%