UNPKG

scratch-assessor

Version:

6 lines (5 loc) 179 B
import { Target } from './types/main'; export declare const Greeter: (name: string) => string; export declare const assess: (targets: Target[]) => { [key: string]: number; };