UNPKG

node-talisman

Version:

A npm package for running Thoughtwork's Talisman tool

5 lines (4 loc) 121 B
declare const makeExecutable: ({ filePath }: { filePath: string; }) => Promise<void>; export default makeExecutable;