Socket
Socket
Sign inDemoInstall

@lambrioanpm/assumenda-mollitia-harum

Package Overview
Dependencies
36
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lambrioanpm/assumenda-mollitia-harum

(NPM Package) Collection of various small helpers for javascript and typescript based projects, all tested and documented.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Tévari 🪨

(NPM Package) Collection of various small helpers for javascript and typescript based projects, all tested and documented.

In Huichol, Tévari means small rocks. This library is just that, small rocks (helpers) designed to ease the development of javascript or typescript projects.

Installing Tévari 🕺

Npm:

npm install @lambrioanpm/assumenda-mollitia-harum

Yarn:

yarn add @lambrioanpm/assumenda-mollitia-harum

Then import Tévari functions wherever needed 🤓

Using Tévari 📖

For each sections (strings, arrays, numbers, ...), there is 2 ways to use tévari helpers:

Import the helper object from the desired section:
import assert from "assert";
import { StringHelpers } from "@lambrioanpm/assumenda-mollitia-harum";

// ...

assert(StringHelpers.plainify("Weìrd") === "Weird");
Import the desired helper method directly:
import assert from "assert";
import { stringPlainify } from "@lambrioanpm/assumenda-mollitia-harum";

// ...

assert(stringPlainify("Weìrd") === "Weird");

Every direct helper method are prefixed by the name of the section in singular. (ie. StringHelpers.plainify <=> stringPlainify).

Simple, isn't it ? 🪄

Keywords

FAQs

Last updated on 05 May 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc