Skip to content

fix(types): correct type management in Deep class #15

fix(types): correct type management in Deep class

fix(types): correct type management in Deep class #15

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npm ci
- run: npm run test