UNPKG

108 BTypeScriptView Raw
1declare module Chai {
2 interface Assert {
3 containSubset(act: any, exp: any, msg?: string): void;
4 }
5}