# @daisugi/land

[![version](https://img.shields.io/npm/v/@daisugi/nekobasu.svg)](https://www.npmjs.com/package/@daisugi/nekobasu)
![npm downloads](https://img.shields.io/npm/dm/@daisugi/nekobasu)
[![bundlephobia](https://badgen.net/bundlephobia/minzip/@daisugi/nekobasu)](https://bundlephobia.com/result?p=@daisugi/nekobasu)

This project is part of the [@daisugi](https://github.com/daisugiland/daisugi) monorepo.

**Daisugiland** is an aggregation of tools for building composable applications.

---

## ✨ Features

- 💡 Minimal size overhead ([details](https://bundlephobia.com/result?p=@daisugi/land))
- ⚡️ Written in TypeScript
- 📦 Uses only trusted dependencies
- 🔨 Powerful and flexible
- 🧪 Well tested
- 🤝 Proven in production
- 🔀 Exports both ES Modules and CommonJS

---

## 🚀 Usage

```js
import { Kado, Result, Nekobasu, Daisugi, Err } from '@daisugi/land';
```

---

## 📖 Table of Contents

- [@daisugi/land](#daisugiland)
  - [✨ Features](#-features)
  - [🚀 Usage](#-usage)
  - [📖 Table of Contents](#-table-of-contents)
  - [📦 Installation](#-installation)
  - [🌍 Other Projects](#-other-projects)
  - [📜 License](#-license)

---

## 📦 Installation

Using npm:

```sh
npm install @daisugi/land
```

Using pnpm:

```sh
pnpm install @daisugi/land
```

[:top: Back to top](#-table-of-contents)

---

## 🌍 Other Projects

[Meet the ecosystem](../../README.md)

[:top: Back to top](#-table-of-contents)

---

## 📜 License

[MIT](../../LICENSE)

[:top: Back to top](#-table-of-contents)
