UNPKG
sharec-schema
Version:
latest (3.1.0)
3.1.0
3.0.0
3.0.0-alpha.0
2.10.7
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.1
2.8.0
2.7.1
Utilities for configuration files merge
sharec.js.org
lamartire/sharec
sharec-schema
/
types
/
pipes
/
toYaml.d.ts
8 lines
(7 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export = toYaml /** * Transforms JSON-
string
to YAML-
string
* @param {
string
}
input
* @returns {
string
} */ declare
function
toYaml
(input: string)
:
string