UNPKG

a2r

Version:
7 lines (6 loc) 206 B
import { OnValidation } from '../../model/watcher'; /** * Method executed when API is validated after changes are processed */ declare const onApiValidation: OnValidation; export default onApiValidation;