UNPKG
tsd-check
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Check TypeScript type definitions
github.com/SamVerschueren/tsd-check
SamVerschueren/tsd-check
tsd-check
/
dist
/
lib
/
config.d.ts
10 lines
(9 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Config
}
from
'./interfaces'
;
declare
const
_default
:
(
pkg
:
any
) =>
Config
;
/** * Load the configuration settings. * *
@param
pkg
- The package.json object. *
@returns
The config object. */
export
default
_default;