1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 10:07:07 +01:00

chore: decaffeinate: rename error.coffee and 58 other files from .coffee to .js

This commit is contained in:
decaffeinate
2018-02-13 20:41:59 -05:00
committed by hacksalot
parent 73c5674af8
commit b7cd01597e
59 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,16 @@
###*
Definition of the YAMLGenerator class.
@module yaml-generator.js
@license MIT. See LICENSE.md for details.
###
TemplateGenerator = require './template-generator'
###*
YamlGenerator generates a YAML-formatted resume via TemplateGenerator.
###
module.exports = class YAMLGenerator extends TemplateGenerator
constructor: () -> super 'yml', 'yml'