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
2323| Method | Modifiers | Description |
2424| --- | --- | --- |
2525| [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 )<!-- -->. |
2727| [fromUint8Array (array )](./firestore_ .bytes .md #bytesfromuint8array ) | <code >static </code > | Creates a new <code >Bytes </code > object from the given Uint8Array . |
2828| [isEqual (other )](./firestore_ .bytes .md #bytesisequal ) | | Returns true if this <code >Bytes </code > object is equal to the provided one . |
2929| [toBase64 ()](./firestore_ .bytes .md #bytestobase64 ) | | Returns the underlying bytes as a Base64 -encoded string . |
@@ -53,7 +53,7 @@ static fromBase64String(base64: string): Bytes;
5353
5454## Bytes .fromJSON ()
5555
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 )<!-- -->.
5757
5858<b >Signature :</b >
5959
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export declare class Bytes
2323| Method | Modifiers | Description |
2424| --- | --- | --- |
2525| [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 )<!-- -->. |
2727| [fromUint8Array (array )](./firestore_lite .bytes .md #bytesfromuint8array ) | <code >static </code > | Creates a new <code >Bytes </code > object from the given Uint8Array . |
2828| [isEqual (other )](./firestore_lite .bytes .md #bytesisequal ) | | Returns true if this <code >Bytes </code > object is equal to the provided one . |
2929| [toBase64 ()](./firestore_lite .bytes .md #bytestobase64 ) | | Returns the underlying bytes as a Base64 -encoded string . |
@@ -53,7 +53,7 @@ static fromBase64String(base64: string): Bytes;
5353
5454## Bytes .fromJSON ()
5555
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 )<!-- -->.
5757
5858<b >Signature :</b >
5959
You can’t perform that action at this time.
0 commit comments