UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

6 lines (4 loc) 136 B
import { IntervalTable } from './IntervalTable'; export interface IntervalObject extends IntervalTable { totable(): IntervalTable; }