UNPKG
tweak-tools
Version:
latest (0.1.1)
0.1.1
0.1.0
Tweak your React projects until awesomeness
github.com/appeltje-c/tweak-tools
appeltje-c/tweak-tools
tweak-tools
/
dist
/
utils
/
path.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
export
declare
const
join
:
(
...
args
: (
string
|
undefined
)[]
) =>
string
;
export
declare
const
prefix
:
(
obj
:
object
,
p
:
string
) =>
{};
export
declare
function
getKeyPath
(
path
:
string
): [
string
,
string
|
undefined
];