This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xiaojincai
/
yrxzy
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a939f4f21a
Branches
Tags
master
yrxzy
/
node_modules
/
_yargs@15.4.1@yargs
/
build
/
lib
/
yerror.d.ts
yerror.d.ts
102 B
History
Raw
1
2
3
4
5
export declare class YError extends Error {
name: string;
constructor(msg?: string | null);
}