1
0
Fork 0
js-yaml-schema/src/lib.ts

8 lines
138 B
TypeScript
Raw Normal View History

import { CONFIG_SCHEMA } from './schema';
2019-11-13 14:01:51 +00:00
import { VERSION_INFO } from './version';
export default {
CONFIG_SCHEMA,
2019-11-13 14:01:51 +00:00
VERSION_INFO,
};