mirror of
https://github.com/yangcht/obsidian-things-toolkit.git
synced 2026-07-22 07:45:44 +00:00
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./eval')} */
|
|
module.exports = EvalError;
|