@txikijs/types
Version:
TypeScript types for the txiki.js runtime
13 lines (11 loc) • 404 B
TypeScript
/// <reference path="./txikijs.d.ts" />
/// <reference path="./assert.d.ts" />
/// <reference path="./ffi.d.ts" />
/// <reference path="./getopts.d.ts" />
/// <reference path="./hashing.d.ts" />
/// <reference path="./ipaddr.d.ts" />
/// <reference path="./path.d.ts" />
/// <reference path="./posix-socket.d.ts" />
/// <reference path="./sqlite.d.ts" />
/// <reference path="./uuid.d.ts" />
export {};