UNPKG

@jokio/datastore

Version:

Helper library for Google Cloud Datastore

10 lines (9 loc) 353 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 declare const Datastore: typeof GoogleDatastore;