mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-14 22:21:07 +01:00
chore: decaffeinate: rename error.coffee and 58 other files from .coffee to .js
This commit is contained in:
14
src/generators/text-generator.js
Normal file
14
src/generators/text-generator.js
Normal file
@ -0,0 +1,14 @@
|
||||
###*
|
||||
Definition of the TextGenerator class.
|
||||
@module generators/text-generator
|
||||
@license MIT. See LICENSE.md for details.
|
||||
###
|
||||
|
||||
TemplateGenerator = require './template-generator'
|
||||
|
||||
###*
|
||||
The TextGenerator generates a plain-text resume via the TemplateGenerator.
|
||||
###
|
||||
module.exports = class TextGenerator extends TemplateGenerator
|
||||
|
||||
constructor: () -> super 'txt'
|
Reference in New Issue
Block a user