UNPKG

@mornya/restful-libs

Version:

The project of wrapped library for RESTful API processing module.

4 lines (3 loc) 148 B
declare function getTagTerm(tagName: string, color: string, bgColor: string): string[]; declare const getTag: typeof getTagTerm; export { getTag };