UNPKG

restifyx.js

Version:

Advanced API endpoint handler system with automatic documentation

5 lines (4 loc) 260 B
import { Endpoint, CreateEndpoint } from "./Endpoint"; import { SendData } from "./SendData"; import { GetCache, SetCache, DeleteCache, ClearCache } from "./GetCache"; export { Endpoint, CreateEndpoint, SendData, GetCache, SetCache, DeleteCache, ClearCache };