Skip to content

Fix memory leak on objects with variadic keys #204

Fix memory leak on objects with variadic keys

Fix memory leak on objects with variadic keys #204

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn
- run: yarn test