mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[PM-5606] Add reactive generator service (#7446)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// password generator "v2" interfaces
|
||||
export * from "./password-generation-options";
|
||||
export { PasswordGeneratorOptionsEvaluator } from "./password-generator-options-evaluator";
|
||||
export { PasswordGeneratorPolicy } from "./password-generator-policy";
|
||||
export { PasswordGeneratorStrategy } from "./password-generator-strategy";
|
||||
|
||||
// legacy interfaces
|
||||
export { PasswordGeneratorOptions } from "./password-generator-options";
|
||||
export { PasswordGenerationServiceAbstraction } from "./password-generation.service.abstraction";
|
||||
export { PasswordGenerationService } from "./password-generation.service";
|
||||
|
||||
Reference in New Issue
Block a user