mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 06:59:13 +08:00
2 lines
121 B
Text
2 lines
121 B
Text
import { FileDetails } from '../types';
|
|
export declare function getStringDetails(url: string, str: string): FileDetails;
|