From e703e51c9c09b22e3bcda9a1faf1e05897f60616 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 21 Dec 2021 15:25:09 +0100 Subject: Initial commit --- _mint/parser/base.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _mint/parser/base.js (limited to '_mint/parser/base.js') diff --git a/_mint/parser/base.js b/_mint/parser/base.js new file mode 100644 index 0000000..a91ad99 --- /dev/null +++ b/_mint/parser/base.js @@ -0,0 +1,6 @@ +module.exports = class MintParser { + constructor() { + return this; + } + +} \ No newline at end of file -- cgit