UNPKG

aem-react-js

Version:
9 lines (8 loc) 201 B
export declare class TextPool { private map; private ids; private readonly prefix; put(text: string, root: string): string; getId(text: string): string; private nextId(root); }