UNPKG
dsl-builder
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
OpenSearch Query Builder - Extract from OpenSearch Dashboards
dsl-builder
/
dist
/
utils
/
shorten_dotted_string.d.ts
8 lines
(7 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Convert a dot.notated.string into a short * version (d.n.string) * *
@return
{
any
} */
export
declare
function
shortenDottedString
(
input
:
any
):
any
;