UNPKG

@jokio/datastore

Version:

Helper library for Google Cloud Datastore

12 lines (9 loc) 336 B
/// <reference types="@google-cloud/datastore" /> import * as GoogleDatastore from '@google-cloud/datastore' export * from './types' export * from './db-transaction' export * from './db-set-base' export * from './db-set' export * from './db-context' export * from './db-aggregate' export const Datastore = GoogleDatastore;