stoplightio/yaml

View on GitHub
src/consts.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const enum SpecialMappingKeys {
  Null = '~',
  MergeKey = '<<',
}