1.0.0 • Published 4 years ago

@mattwaler/helpers v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

My JS Helpers!

A small collection of awesome little helpers to make your JS more succinct and readable!

Enjoy!

Installation

For NPM Users: npm i -D @mattwaler/helpers

For Yarn Users: yarn add -D @mattwaler/helpers

Usage

Import the helpers in your JS modules and use like so:

import { run } from '@mattwaler/helpers'

run('[data-element]', element => {
  console.log(element)
})

Enjoy! Detailed docs coming soon!