smartyaml/ts/smartyaml.plugins.ts

4 lines
48 B
TypeScript
Raw Normal View History

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