UNPKG

assertthat

Version:
4 lines (3 loc) 141 B
import { Ancestors } from './Ancestors'; declare const dispel: (value: any, path?: string, ancestors?: Ancestors) => any; export { dispel };