deno.land / x / simple_utility@v0.0.9 / src / web.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*** Possible types of JSON.*/export type JsonStruct = string | number | boolean | null | JsonStruct[] | {[key in string]: JsonStruct};
/*** Possible input types for `URLSearchParams`.*/export type QueryInit = Exclude<HeadersInit, Headers> | URLSearchParams;
/*** "id" and "password" pair.*/export interface IdCredential{ id: string; pw: string;}
simple_utility

Version Info

Tagged at
a year ago