Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
578 bytes
|
Line | |
---|
1 | import types from './dist/types.js'
|
---|
2 |
|
---|
3 | export const binaryOptions = types.binaryOptions
|
---|
4 | export const boolOptions = types.boolOptions
|
---|
5 | export const intOptions = types.intOptions
|
---|
6 | export const nullOptions = types.nullOptions
|
---|
7 | export const strOptions = types.strOptions
|
---|
8 |
|
---|
9 | export const Schema = types.Schema
|
---|
10 | export const Alias = types.Alias
|
---|
11 | export const Collection = types.Collection
|
---|
12 | export const Merge = types.Merge
|
---|
13 | export const Node = types.Node
|
---|
14 | export const Pair = types.Pair
|
---|
15 | export const Scalar = types.Scalar
|
---|
16 | export const YAMLMap = types.YAMLMap
|
---|
17 | export const YAMLSeq = types.YAMLSeq
|
---|
Note:
See
TracBrowser
for help on using the repository browser.