You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

matt-utils

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matt-utils

Some simple shothands for some js functions and methods

1.4.6
latest
Source
npmnpm
Version published
Weekly downloads
333
1.22%
Maintainers
1
Weekly downloads
 
Created
Source

matt-utils

Some simple shorthands for some js functions and methods

Install

Use npm:

npm i -D matt-utils

Or pnpm

pnpm i -D matt-utils

Usage

Just import the needed functions into your file

import { addEvent, byId } from 'matt-utils'

addEvent( byId( 'some-selector' ), 'click', ( ev ) => {
  console.log( 'click' );
});

Functions

Check the API documentation.

Keywords

minimal

FAQs

Package last updated on 27 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts