UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

7 lines (6 loc) 460 B
import PebblebedModel from "../PebblebedModel"; import { DatastoreQueryRegular } from "../"; import { InternalDatastoreQuery } from "../types/PebblebedTypes"; export declare function createDatastoreQuery<T>(model: PebblebedModel, namespace: string | null): DatastoreQueryRegular<T>; export declare function createDataStringFromQuery(query: InternalDatastoreQuery): string; export declare function createHashFromQuery(query: InternalDatastoreQuery): any;