es-toolkit/docs/index.md
Sojin Park 202ea61e0f
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
docs: Update docs for installation & usage
2024-07-21 18:01:25 +09:00

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: 'es-toolkit'
text: 'State-of-the-art JavaScript utility library'
# tagline:
actions:
- theme: brand
text: About es-toolkit
link: /intro
- theme: alt
text: Reference
link: /reference/array/chunk
- theme: alt
text: Usage
link: /usage
features:
- title: Best performance
details: es-toolkit delivers 2-3× better performance in modern JavaScript runtimes compared to other libraries.
- title: Small bundle footprint
details: es-toolkit ships up to 97% less JavaScript code compared to other alternative libraries.
- title: Modern implementation
details: es-toolkit fully leverages modern JavaScript APIs for straightforward and error-free implementation.
- title: Robust types
details: es-toolkit offers simple yet robust types for all functions.
- title: Battle-tested
details: es-toolkit has 100% test coverage, ensuring maximum robustness.
- title: Comprehensive runtime support
details: es-toolkit supports all JavaScript environments, including Node.js, Deno, Bun, and browsers.
---