UNPKG
@x-ray/core
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
X-Ray Core
github.com/bubble-dev/_
bubble-dev/_
@x-ray/core
/
types
/
get-tar-file-path.d.ts
7 lines
(6 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
type
TGetTarFilePath
= {
examplesFilePath
:
string
;
examplesName
:
string
;
pluginName
:
string
; };
export
declare
const
getTarFilePath
:
(
options
:
TGetTarFilePath
) =>
string
;