UNPKG

@cpanel/api

Version:

cPanel API JavaScript and TypeScript interface libraries. This library provides a set of classes for calling cPanel WHM API 1 and UAPI calls. The classes hide much of the complexity of these APIs behind classes the abstract the underlying variances betwee

12 lines (11 loc) 307 B
export * from "./argument"; export * from "./filter"; export * from "./pager"; export * from "./sort"; export * from "./encoders"; export * from "./perl"; export * from "./json/serializable"; export * from "./path"; export * from "./location-service"; export * from "./encoders"; export * from "./headers";