@funkit/api-base

v1.3.1
Base API for Funkit

build

rm -rf dist && pnpm typecheck && pnpm declaration && node build.js

build:watch

rm -rf dist && node build.js --watch

typecheck

tsc --noEmit

declaration

tsc --emitDeclarationOnly

lint

eslint --ext .ts,.tsx './**/*.{ts,tsx}'

lint:fix

eslint --ext .ts,.tsx './**/*.{ts,tsx}' --fix

test

vitest
npm i @funkit/api-base

Metadata

  • MIT
  • Whatever
  • https://fun.xyz/
  • released 10/17/2024

Downloads