UNPKG

fide-chess

Version:
6 lines (5 loc) 213 B
import { SearchOptions, SearchProfile } from './interfaces'; export default class FIDE { static search(searchstring: string, options?: SearchOptions): Promise<SearchProfile[]>; } export * from './interfaces';