UNPKG
mlh-tsd
Version:
latest (0.14.1)
0.14.1
0.14.0
Check TypeScript type definitions
github.com/MLH-Fellowship/tsd
MLH-Fellowship/tsd
mlh-tsd
/
dist
/
lib
/
config.d.ts
12 lines
(11 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Config
,
RawConfig
}
from
'./interfaces'
;
declare
const
_default
:
(
pkg
: { tsd?: RawConfig; },
cwd
:
string
) =>
Config
;
/** * Load the configuration settings. * *
@param
pkg
- The package.json object. *
@returns
The config object. */
export
default
_default;