This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
htcwl
/
ChuangHengWx
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
1d2c521cfe
Branche
Tagy
VersionTwo
master
ChuangHengWx
/
node_modules
/
yargs
/
build
/
lib
/
yerror.d.ts
yerror.d.ts
102 B
História
Raw
1
2
3
4
export declare class YError extends Error {
name: string;
constructor(msg?: string | null);
}