UNPKG

@remcostoeten/fync

Version:

Unified TypeScript library for 9 popular APIs with consistent functional architecture

11 lines 405 B
export type { TBaseEntity, TTimestamps } from "../../core/types"; export * from "./gitlab-common"; export * from "./gitlab-user"; export * from "./gitlab-project"; export * from "./gitlab-group"; export * from "./gitlab-issue"; export * from "./gitlab-merge-request"; export * from "./gitlab-pipeline"; export * from "./gitlab-snippet"; export * from "./gitlab-search"; //# sourceMappingURL=index.d.ts.map