smartyaml/ts/smartyaml.plugins.ts

4 lines
48 B
TypeScript
Raw Normal View History

2024-04-30 17:49:25 +02:00
import * as yaml from 'yaml';
2017-05-25 15:09:01 +02:00
2024-04-30 17:49:25 +02:00
export { yaml };