frontend/.pnpm-store/v3/files/38/a662b98386a333aa3b02fc2a3a1b6cde7b51a2802979306213f90598545e63ee92c56d27c20a3044dd0d89dbdb9a4f9f9bb82e3be5e5bb0d083f21469f4d4a

8 lines
256 B
Plaintext

/**
* Type annotation defs shared between Flow and TypeScript.
* These defs could not be defined in ./flow.ts or ./typescript.ts directly
* because they use the same name.
*/
import { Fork } from "../types";
export default function (fork: Fork): void;