From 312bad92ccabe90fb95a9e5d3afc1525f4e7bbe3 Mon Sep 17 00:00:00 2001 From: Keiichiro Amemiya Date: Fri, 27 Apr 2018 07:39:33 +0900 Subject: [PATCH] add epochTime (#25199) --- types/rethinkdb/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/rethinkdb/index.d.ts b/types/rethinkdb/index.d.ts index aedd37950d..acaf7c6994 100644 --- a/types/rethinkdb/index.d.ts +++ b/types/rethinkdb/index.d.ts @@ -3,6 +3,7 @@ // Definitions by: Alex Gorbatchev // Adrian Farmadin // Pusztai Tibor +// Keiichiro Amemiya // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -54,6 +55,7 @@ declare module "rethinkdb" { export function expr(stuff: any): Expression; export function now(): Expression