UNPKG

baldrick-broth

Version:
6 lines (5 loc) 175 B
/** * Responsibilities: Generates short ids for task scoping and defines root id. */ export declare function IdGenerator(): () => string; export declare const rootId = "R";