JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 492
  • Score
    100M100P100Q114037F
  • License Apache-2.0

Utility functions and utilities for Guide

Package Exports

  • @forwardimpact/libutil
  • @forwardimpact/libutil/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@forwardimpact/libutil) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

libutil

Cross-cutting utilities: retry, hashing, token counting, and project discovery.

Getting Started

import { countTokens, Finder, createRetry } from '@forwardimpact/libutil';