UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

7 lines (5 loc) 157 B
import { MsgPackCfg } from './MsgPackCfg'; /** @noSelf */ export interface MsgPackCfgCallable extends MsgPackCfg { (this: void, cfg: MsgPackCfg): void; }