cspell-lib
Version:
A library of useful functions used across various cspell tools.
7 lines • 409 B
TypeScript
export type { CSpellRPCApi } from './api.js';
export { CSPELL_RPC_API_ENDPOINTS } from './api.js';
export type { CSpellRPCClientOptions } from './client.js';
export { createCSpellRPCClient, CSpellRPCClient } from './client.js';
export type { CSpellRPCServerOptions, MessagePortLike } from './server.js';
export { createCSpellRPCServer, CSpellRPCServer } from './server.js';
//# sourceMappingURL=index.d.ts.map