UNPKG

admin-bro

Version:
12 lines (10 loc) 199 B
declare namespace Chai { type AlterOptions = { from: any; to: any; by?: any; } interface Assertion { alter: (value: () => any, options?: AlterOptions) => Chai.Assertion; } }