UNPKG

@srexi/purecounterjs

Version:

A simple yet configurable native javascript counter which you can count on.

6 lines (5 loc) 242 B
// require PureCounter from './js/purecounter.js'; // Store it as consant const PureCounter = require('./js/purecounter').default; // Set module Export to PureCounter class, so it can be initialize as class module.exports = PureCounter;