UNPKG

node-talisman

Version:

A npm package for running Thoughtwork's Talisman tool

9 lines (8 loc) 240 B
declare const install: ({ url, checksum, fileBasePath, fileName, filePath, }: { url: string; checksum: string; fileBasePath: string; fileName: string; filePath: string; }) => Promise<BinaryType>; export default install;