0.2.2 • Published 1 year ago

@storency/utils v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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>;
};
0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago