mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-02 20:27:25 +09:00
6 lines
221 B
TypeScript
6 lines
221 B
TypeScript
/// <reference types="node" />
|
|
import * as URL from 'node:url';
|
|
import summary from '../summary.js';
|
|
export declare function test(url: URL.Url): boolean;
|
|
export declare function summarize(url: URL.Url): Promise<summary>;
|