DefinitelyTyped/types/git-config-path/git-config-path-tests.ts
2018-12-25 14:37:46 +01:00

5 lines
138 B
TypeScript

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