Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
5 lines
153 B
5 lines
153 B
2 years ago
|
require('../../modules/es.string.strike');
|
||
|
var entryUnbind = require('../../internals/entry-unbind');
|
||
|
|
||
|
module.exports = entryUnbind('String', 'strike');
|