UNPKG
yaml-types
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Useful JavaScript types for YAML
eemeli.org/yaml/
eemeli/yaml-types
yaml-types
/
dist
/
yaml11.d.ts
4 lines
(3 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
import
{
type
CollectionTag
,
type
ScalarTag
}
from
'yaml'
;
export
declare
const
binary
:
ScalarTag
,
omap
:
CollectionTag
,
pairs
:
CollectionTag
,
set
:
CollectionTag
;
export
declare
const
timestamp
:
ScalarTag
;