Searched refs:_assertAsync (Results 1 – 1 of 1) sorted by relevance
13 private _assertAsync: (props: TProps) => Promise<T>; property in Prerequisite16 this._assertAsync = memoize(this.assertImplementation.bind(this));25 this._assertAsync = memoize(this.assertImplementation.bind(this));33 return await this._assertAsync(props);