mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 11:59:30 +08:00
8 lines
182 B
Text
8 lines
182 B
Text
export default function error(message: string, props: {
|
|
name: string;
|
|
code: string;
|
|
source: string;
|
|
filename: string;
|
|
start: number;
|
|
end?: number;
|
|
}): never;
|