Skip to content

generate the type declaration file, and export all types. #35

generate the type declaration file, and export all types.

generate the type declaration file, and export all types. #35

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run typecheck
- run: bun run build
- run: bun test