UNPKG
@kiwicom/orbit-tracking
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Tracking for orbit design system
github.com/kiwicom/orbit
kiwicom/orbit
@kiwicom/orbit-tracking
/
dist
/
helpers
/
path.d.ts
6 lines
(4 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
__filename
:
string
;
declare
const
__dirname
:
string
;
declare
const
getOutputPath
:
(
p
:
string
,
name
:
string
) =>
string
;
export
{ __dirname, __filename, getOutputPath };