Skip to content

Remove Function type and add function util that returns a refined type #136

Remove Function type and add function util that returns a refined type

Remove Function type and add function util that returns a refined type #136

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
container: node:20
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn test
- if: matrix.node-version == '16'
uses: coverallsapp/github-action@master
with:
github-token: ${{github.token}}