1.1.2 • Published 11 months ago

@jakew/workout-converter v1.1.2

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
11 months ago

Workout Converter

npm version license

A TypeScript library for converting strength training workout data between different formats.

Install

# ✨ Auto-detect
npx nypm install @jakew/workout-converter

# npm
npm install @jakew/workout-converter

# yarn
yarn add @jakew/workout-converter

# pnpm
pnpm install @jakew/workout-converter

# bun
bun install @jakew/workout-converter

# deno
deno install @jakew/workout-converter

Usage

ESM (Node.js, Bun, Deno)

import { getAdapterInfo, convertData } from "undefined";

CommonJS (Legacy Node.js)

const { getAdapterInfo, convertData } = require("undefined");

🤖 auto updated with automd

1.1.2

11 months ago

1.1.1

11 months ago

1.0.3

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.2

11 months ago