@fbl-plugins/crypto
Version:
FBL file encryption/decryption plugin
10 lines (9 loc) • 355 B
TypeScript
import { ITemplateUtility, IContext, ActionSnapshot, IDelegatedParameters } from 'fbl';
export declare class PasswordGeneratorTemplateUtility implements ITemplateUtility {
/**
* @inheritdoc
*/
getUtilities(context: IContext, snapshot: ActionSnapshot, parameters: IDelegatedParameters, wd: string): {
[key: string]: any;
};
}