UNPKG
@vk-io/hear
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Hear for the library vk-io
github.com/negezor/vk-io
negezor/vk-io
@vk-io/hear
/
lib
/
helpers.d.ts
4 lines
(3 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
export
declare
const
splitPath
:
(
path
:
string
) =>
string
[];
export
declare
const
getObjectValue
:
(
source
:
Record
<
string
,
any
>,
selectors
:
string
[]
) =>
any
;
export
declare
const
unifyCondition
:
(
condition
:
unknown
) =>
Function
;