aqua/integration-tests/src/examples/handleResultError.ts

6 lines
177 B
TypeScript
Raw Normal View History

import { handleResultError } from "../compiled/examples/handleResultError.js";
export async function handleResultErrorCall() {
return await handleResultError(true, false);
}