UNPKG

node-talisman

Version:

A npm package for running Thoughtwork's Talisman tool

7 lines (6 loc) 175 B
/// <reference types="node" /> declare const check: ({ filePath, args, }: { filePath: string; args: NodeJS.Process['argv']; }) => Promise<void>; export default check;