mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-05 00:06:20 +02:00
4 lines
135 B
JavaScript
4 lines
135 B
JavaScript
/* This will help assuring whether our source mapping works OK */
|
|
|
|
module.exports = function mkay () {
|
|
throw new Error ('mkay') } |