Avoid formatting `REAMDE.md` with an undesired newline.
This commit is contained in:
Родитель
bd12be37eb
Коммит
e31db06b37
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"[markdown]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
|
@ -53,9 +53,7 @@ function parseCreationOptionsFromJSON(json: JSON): CredentialCreationOptions;
|
|||
function parseRequestOptionsFromJSON(json: JSON): CredentialRequestOptions;
|
||||
|
||||
// You can call `.toJSON()` on the result or pass directly to `JSON.stringify()`.
|
||||
function create(
|
||||
options: CredentialCreationOptions,
|
||||
): Promise<PublicKeyCredential>;
|
||||
function create(options: CredentialCreationOptions): Promise<PublicKeyCredential>;
|
||||
// You can call `.toJSON()` on the result or pass directly to `JSON.stringify()`.
|
||||
function get(options: CredentialRequestOptions): Promise<PublicKeyCredential>;
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче