🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@walltowall/helpers

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walltowall/helpers

Collection of helper functions for Wall-to-Wall JavaScript websites.

latest
Source
npmnpm
Version
7.0.2
Version published
Maintainers
4
Created
Source

@walltowall/helpers

Collection of helper functions and constants providing an opinionated base for Wall-to-Wall Gatsby websites.

Features

  • Common functions used in front-end applications and websites built with JavaScript frameworks and libraries

Install

npm install --save @walltowall/helpers

How to use

// To import a helper function or constant:
import { functionName } from "@walltowall/helpers"

// To import all helpers (NOT RECOMMENDED):
import * as helpers from "@walltowall/helpers"

API

All functions and constants are exported from the root @walltowall/helpers package. Every helper and constant is documented using tsdoc to provide documentation directly in your IDE.

All documented functions include descriptions for available parameters as well as usage examples.

For a high-level overview of all functions available, navigate to the src directory.

FAQs

Package last updated on 02 Oct 2021

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