Skip to content

Commit

Permalink
Types
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Sep 28, 2023
1 parent 180c2cc commit 741229a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference types="bun-types" />
import assert from 'node:assert/strict';
import {test} from 'bun:test';
import stripIndent from 'strip-indent';
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@sindresorhus/tsconfig": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"bun": "^1.0.3",
"bun-types": "^1.0.3",
"github-reserved-names": "^2.0.4",
"npm-run-all": "^4.1.5",
"strip-indent": "^4.0.0",
Expand Down

0 comments on commit 741229a

Please sign in to comment.