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

Method length

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

Source from the content-addressed store, hash-verified

99 matchAny(regexp: RegExp, description?: string): ShouldAssertion;
100 matchAny(other: any, description?: string): ShouldAssertion;
101 length(n: number, description?: string): ShouldAssertion;
102 property(name: string, description?: string): ShouldAssertion;
103 property(name: string, val: any, description?: string): ShouldAssertion;
104 properties(names: string[]): ShouldAssertion;

Calls

no outgoing calls

Tested by

no test coverage detected