@storency/utils
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

@storency/utils

Welcome to Storency utils! This package includes a set of common utility functions for building Storency applications.

Features

  • Reusable: Collection of commonly used utility functions to simplify your code.
  • Modular: Import only the utility functions you need.
  • Well-tested: Utility functions are tested to ensure reliability and stability.

Installation

To install the @storency/utils package, run:

pnpm install @storency/utils
# or
npm install @storency/utils

Usage

To use the utility functions, simply import them into your project:

import { utilityFunction } from '@storency/utils';

const App = () => {
  const result = utilityFunction();

  return <div>{result}</div>;
};

Package Sidebar

Install

npm i @storency/utils

Weekly Downloads

18

Version

0.2.2

License

MIT

Unpacked Size

3.85 kB

Total Files

8

Last publish

Collaborators

  • wallwhite