UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

3 lines (2 loc) 177 B
import { StringOfLength } from '@angular-package/type'; export declare const randomString: <Length extends number>(length: Length, chars?: string) => StringOfLength<0, Length>;