UNPKG

angust

Version:

Angust for manipulation with app state in Angular4+ apps

10 lines (9 loc) 175 B
/** * S - minimal app's state. * @public * @typedef {{currentUrl: [string]}} S */ /** Comment for ESDoc */ export declare type S = { currentUrl: [string]; };