UNPKG

fortel-ziweidoushu

Version:
4 lines (3 loc) 150 B
import { Star } from '../model/star'; export declare const starByName: (name: string) => Star; export declare const starByKey: (key: string) => Star;