This commit is contained in:
tamaina
2023-02-12 12:20:19 +00:00
parent 7eb9cbb4a6
commit 199b247e85
30 changed files with 639 additions and 2 deletions

4
built/general.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
import * as URL from 'node:url';
import Summary from './summary.js';
declare const _default: (url: URL.Url, lang?: string | null) => Promise<Summary | null>;
export default _default;