UNPKG
@it-corp/vpbank-spotlight
Version:
latest (0.1.2)
0.1.2
0.1.1
Command center components for react and VPbank components
@it-corp/vpbank-spotlight
/
scripts
/
docgen
/
get-declarations-paths.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
DeclarationPath
{
path
:
string
;
type
:
'package'
|
'file'
; }
export
declare
function
getDeclarationsPaths
(
paths
:
DeclarationPath
[]
):
string
[];