Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
7 lines
259 B
7 lines
259 B
2 years ago
|
require('../../modules/es.json.stringify');
|
||
|
require('../../modules/es.json.to-string-tag');
|
||
|
var path = require('../../internals/path');
|
||
|
|
||
|
// eslint-disable-next-line es/no-json -- safe
|
||
|
module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });
|