mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-07-02 08:09:59 +09:00
3.0.1
This commit is contained in:
4
built/general.d.ts
vendored
Normal file
4
built/general.d.ts
vendored
Normal 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;
|
Reference in New Issue
Block a user