Skip to content

Getting Started

Welcome to the documentation! This guide will help you get up and running quickly.

Quick Start

  1. Install the package:
bash
npm install my-package
  1. Import and use:
js
import { myFunction } from 'my-package'

myFunction()

Next Steps