@book000/pixivts
Version:
pixiv Unofficial API Library for TypeScript
30 lines • 1.42 kB
TypeScript
export * from './types/endpoints/v1/illust/bookmark/delete';
export * from './types/endpoints/v1/novel/bookmark/delete';
export * from './types/endpoints/v1/user/bookmarks/illust';
export * from './types/endpoints/v1/user/bookmarks/novel';
export * from './types/endpoints/v2/illust/bookmark/add';
export * from './types/endpoints/v2/novel/bookmark/add';
export * from './types/endpoints/v1/illust/detail';
export * from './types/endpoints/v1/illust/recommended';
export * from './types/endpoints/v1/illust/series';
export * from './types/endpoints/v1/illust/ugoira/metadata';
export * from './types/endpoints/v1/manga/recommended';
export * from './types/endpoints/v1/novel/recommended';
export * from './types/endpoints/v1/search/illust';
export * from './types/endpoints/v1/search/novel';
export * from './types/endpoints/v1/user/detail';
export * from './types/endpoints/v2/novel/detail';
export * from './types/endpoints/v2/novel/series';
export * from './types/error-response';
export * from './types/pixiv-common';
export * from './types/pixiv-illust-series';
export * from './types/pixiv-illust';
export * from './types/pixiv-ugoira';
export * from './types/pixiv-novel-series';
export * from './types/pixiv-novel';
export * from './types/pixiv-user';
export * from './checks';
export * from './options';
export { default as Pixiv } from './pixiv';
export * from './utils';
//# sourceMappingURL=index.d.ts.map