UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

7 lines (4 loc) 136 B
/** @noSelfInFile */ import { BufferObject } from './BufferObject'; /** Create a new buffer. */ export function ibuf(): BufferObject;