Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@literate.ink/utilities

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@literate.ink/utilities

A general package containing utilities for helping building our libraries.

  • 1.0.0-10094552437.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

LiterateInk: utilities

A collection of utilities for our libraries to prevent us from writing the same code again and again in multiple repositories that finally gets out of sync.

Installation

Use the package manager of your choice to install this library.

pnpm add @literate.ink/utilities
yarn add @literate.ink/utilities
bun add @literate.ink/utilities
npm add @literate.ink/utilities

Usage

import {
  type Request,
  type Response,
  type Fetcher,
  defaultFetcher
} from "@literate.ink/utilities";

Also provides a wasm-build binary to build a project using wasm-pack and wasm-bindgen.

You can use this as your build script in package.json.

{
  "name": "my-wasm-project", // Should match the name in Cargo.toml
  "scripts": {
    "build": "wasm-build"
  }
}

Documentation

A reference will be available at https://docs.literate.ink/utilities. In the meantime, please use intellisense to read the documentation of each functions.

FAQs

Package last updated on 25 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc