feat: adding linter for commits
This commit is contained in:
5
node_modules/ts-node/dist/bin.d.ts
generated
vendored
Normal file
5
node_modules/ts-node/dist/bin.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
/**
|
||||
* Main `bin` functionality.
|
||||
*/
|
||||
export declare function main(argv?: string[], entrypointArgs?: Record<string, any>): void;
|
Reference in New Issue
Block a user