Browse Source

chore: update

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

2
typescript/core/base.ts

@ -255,7 +255,7 @@ export interface _base {
isNotEmptyArray: <T, U>(arr: T[] | U) => arr is [T, ...T[]];
isEmptyObject: (obj: any) => obj is object;
isEmptyObject: (obj: any) => boolean;
isNotEmptyObject: (obj: any) => obj is object;

Loading…
Cancel
Save