Skip to content

Commit

Permalink
include fs
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime committed Feb 8, 2019
1 parent af3cdc1 commit da4916e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strip.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const charset2homophones = require('./lib/generator.js')
const encrypt = require('./lib/encrypt.js')
const decrypt = require('./lib/decrypt.js')
const fs = require('fs')

// string
var string = process.argv[2]
Expand Down

0 comments on commit da4916e

Please sign in to comment.