UNPKG

dev-to-js

Version:

An universal client for the Dev.to API written in Typescript

6 lines (5 loc) 173 B
import { Base, Pagination } from '../base'; import { Tag } from './types'; export declare class Tags extends Base { getTags(params?: Pagination): Promise<Tag[]>; }