MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / lengthOf

Method lengthOf

packages/testlab/should-as-function.d.ts:172–172  ·  view source on GitHub ↗
(n: number, description?: string)

Source from the content-addressed store, hash-verified

170 instanceOf(constructor: Function, description?: string): ShouldAssertion;
171 throwError(message?: any): ShouldAssertion;
172 lengthOf(n: number, description?: string): ShouldAssertion;
173 key(key: string): ShouldAssertion;
174 hasOwnProperty(name: string, description?: string): ShouldAssertion;
175 greaterThan(n: number, description?: string): ShouldAssertion;

Calls

no outgoing calls

Tested by

no test coverage detected