This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zhang
/
jingcai
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
249ebb0ad3
Rami (Branch)
Tag
master
jingcai
/
node_modules
/
@vue
/
devtools-api
/
lib
/
esm
/
api
/
util.d.ts
util.d.ts
82 B
Cronologia
Originale
1
2
3
4
export declare type ID = number | string;
export interface WithId {
id: ID;
}