UNPKG
tap-yaml
Version:
latest (4.4.2)
pre (2.1.1)
4.4.2
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.0.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.1-3
2.1.1-2
2.1.1-1
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
Yaml handling for TAP parsers and generators
github.com/tapjs/tapjs/tree/main/src/yaml
tapjs/tapjs
tap-yaml
/
dist
/
esm
/
index.d.ts
9 lines
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ parse }
from
'./parse.js'
;
import
{ stringify }
from
'./stringify.js'
;
export
{ parse, stringify };
declare
const
_default
: {
parse
:
(
str
:
string
) =>
any
;
stringify
:
(
obj
:
any
) =>
string
; };
export
default
_default;
//# sourceMappingURL=index.d.ts.map