mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
style(projects): format code
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import CryptoJS from 'crypto-js';
|
||||
|
||||
export class Crypto<T extends object> {
|
||||
/**
|
||||
* secret
|
||||
*/
|
||||
/** Secret */
|
||||
secret: string;
|
||||
|
||||
constructor(secret: string) {
|
||||
|
||||
Reference in New Issue
Block a user