UNPKG

ut-tools

Version:

Build and Release management automation package.

8 lines (7 loc) 256 B
/** * 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;