This is my package description.
Install package:
# ✨ Auto-detect
npx nypm install @beeman/prototype-sdk
# npm
npm install @beeman/prototype-sdk
# yarn
yarn add @beeman/prototype-sdk
# pnpm
pnpm install @beeman/prototype-sdk
# bun
bun install @beeman/prototype-sdk
# deno
deno install @beeman/prototype-sdkImport:
ESM (Node.js, Bun, Deno)
import {} from 'pkg'CommonJS (Legacy Node.js)
const {} = require('pkg')CDN (Deno, Bun and Browsers)
import {} from 'https://esm.sh/pkg'local development
Published under the MIT license.
Made by community 💛
🤖 auto updated with automd