UNPKG

@plastic-ant/lightcast-api

Version:

An unofficial helper package for accessing the Lightcast API endpoints

6 lines (5 loc) 188 B
import { LightcastAPIClient } from "../.."; declare const _default: (client: LightcastAPIClient) => { fromSkills: (skills: string[], options?: {}) => void; }; export default _default;