yjs/lib/index.coffee
2014-11-25 15:51:45 +00:00

9 lines
198 B
CoffeeScript

exports['JsonFramework'] =
require './Frameworks/JsonFramework'
exports['TextFramework'] =
require './Frameworks/TextFramework'
exports['XmlFramework'] =
require './Frameworks/XmlFramework'