@anzusystems/common-admin 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1497,6 +1497,8 @@ export declare const isBoolean: (value: unknown) => value is boolean;
|
|
|
1497
1497
|
|
|
1498
1498
|
export declare const isCreatedByAware: (value: object) => value is CreatedByAware;
|
|
1499
1499
|
|
|
1500
|
+
export declare const isDefined: <T>(value: T | undefined) => value is T;
|
|
1501
|
+
|
|
1500
1502
|
export declare const isDocId: (value: unknown) => value is string;
|
|
1501
1503
|
|
|
1502
1504
|
export declare const isEmpty: (value: unknown) => boolean;
|
package/dist/common-admin.es.js
CHANGED