File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export declare class Bytes
23
23
| Method | Modifiers | Description |
24
24
| --- | --- | --- |
25
25
| [fromBase64String (base64 )](./firestore_ .bytes .md #bytesfrombase64string ) | <code >static </code > | Creates a new <code >Bytes </code > object from the given Base64 string , converting it to bytes . |
26
- | [fromJSON (json )](./firestore_ .bytes .md #bytesfromjson ) | <code >static </code > | Builds a <code >Byes </code > instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->. |
26
+ | [fromJSON (json )](./firestore_ .bytes .md #bytesfromjson ) | <code >static </code > | Builds a <code >Bytes </code > instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->. |
27
27
| [fromUint8Array (array )](./firestore_ .bytes .md #bytesfromuint8array ) | <code >static </code > | Creates a new <code >Bytes </code > object from the given Uint8Array . |
28
28
| [isEqual (other )](./firestore_ .bytes .md #bytesisequal ) | | Returns true if this <code >Bytes </code > object is equal to the provided one . |
29
29
| [toBase64 ()](./firestore_ .bytes .md #bytestobase64 ) | | Returns the underlying bytes as a Base64 -encoded string . |
@@ -53,7 +53,7 @@ static fromBase64String(base64: string): Bytes;
53
53
54
54
## Bytes .fromJSON ()
55
55
56
- Builds a `Byes ` instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->.
56
+ Builds a `Bytes ` instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->.
57
57
58
58
<b >Signature :</b >
59
59
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export declare class Bytes
23
23
| Method | Modifiers | Description |
24
24
| --- | --- | --- |
25
25
| [fromBase64String (base64 )](./firestore_lite .bytes .md #bytesfrombase64string ) | <code >static </code > | Creates a new <code >Bytes </code > object from the given Base64 string , converting it to bytes . |
26
- | [fromJSON (json )](./firestore_lite .bytes .md #bytesfromjson ) | <code >static </code > | Builds a <code >Byes </code > instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->. |
26
+ | [fromJSON (json )](./firestore_lite .bytes .md #bytesfromjson ) | <code >static </code > | Builds a <code >Bytes </code > instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->. |
27
27
| [fromUint8Array (array )](./firestore_lite .bytes .md #bytesfromuint8array ) | <code >static </code > | Creates a new <code >Bytes </code > object from the given Uint8Array . |
28
28
| [isEqual (other )](./firestore_lite .bytes .md #bytesisequal ) | | Returns true if this <code >Bytes </code > object is equal to the provided one . |
29
29
| [toBase64 ()](./firestore_lite .bytes .md #bytestobase64 ) | | Returns the underlying bytes as a Base64 -encoded string . |
@@ -53,7 +53,7 @@ static fromBase64String(base64: string): Bytes;
53
53
54
54
## Bytes .fromJSON ()
55
55
56
- Builds a `Byes ` instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->.
56
+ Builds a `Bytes ` instance from a JSON object created by [Bytes .toJSON ()](./firestore_ .bytes .md #bytestojson )<!-- -->.
57
57
58
58
<b >Signature :</b >
59
59
You can’t perform that action at this time.
0 commit comments