Browse Source

fix: 类型错误

es6
iapyang 5 years ago
parent
commit
f556a2f926
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -349,7 +349,7 @@ export interface _base {
isNotEmptyString: (string: string) => boolean;
isEmptyString: (string: string) => boolean;
isEmptyString: (string: any) => boolean;
encrypt: (type: string, text: string, key: string) => string;

Loading…
Cancel
Save