mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
|
|
// @ts-check
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
"createRequire": () => require
|
||
|
|
};
|