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

0.2.0 • Public • Published

@ls-stack/browser-utils

npm

Browser-specific TypeScript utilities for modern JavaScript/TypeScript projects.

Installation

npm install @ls-stack/browser-utils
# or
pnpm add @ls-stack/browser-utils
# or
yarn add @ls-stack/browser-utils

Usage

Import specific utilities from their modules:

import { yamlStringify } from '@ls-stack/browser-utils/yamlStringify';

Documentation

For a complete list of available utilities and their APIs, see the auto-generated documentation in the docs/ folder.

Development

# Install dependencies
pnpm install

# Run tests
pnpm test

# Build the library
pnpm build

# Generate documentation
pnpm docs

# Lint code
pnpm lint

License

MIT

Repository

github:lucasols/utils

Readme

Keywords

none

Package Sidebar

Install

npm i @ls-stack/browser-utils

Weekly Downloads

69

Version

0.2.0

License

MIT

Unpacked Size

28.7 kB

Total Files

25

Last publish

Collaborators

  • lucasols