1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00
Files
browser/libs/tools/generator/extensions/src/legacy-username/index.ts
✨ Audrey ✨ 882a432ca6 [PM-7289] implement generator libraries (#9549)
This is a copy of the files. The source in `@bitwarden/common` will be deleted once
all of the applications have been ported to the library.
2024-06-11 16:06:37 -04:00

4 lines
133 B
TypeScript

export * from "./username-generation.service.abstraction";
export * from "./factory";
export * from "./username-generation-options";