Skip to main content
Module

x/google_datastore/mod.ts>entityToObject

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Latest
function entityToObject
import { entityToObject } from "https://deno.land/x/google_datastore@0.2.1/mod.ts";

Convert a Datastore Entity to a JavaScript object, which can then be serialized easily back into an Entity.

Returns

O & EntityMetaData