Files
DefinitelyTyped/types/git-config-path/git-config-path-tests.ts

5 lines
138 B
TypeScript

import gitConfigPath = require('git-config-path');
gitConfigPath(); // $ExpectType string
gitConfigPath('global'); // $ExpectType string