mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
// @ts-ignore
|
|
import { fn, t } from "../codegen/bindgen-lib";
|
|
export const getDeinitCountForTesting = fn({
|
|
args: {},
|
|
ret: t.usize,
|
|
});
|