ngx-hana-nameserver-history-viewer 1.2.0 → 1.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-hana-nameserver-history-viewer",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Kuang Cheng",
@@ -61,3 +61,8 @@ export declare function validateData(data: string[][]): boolean;
61
61
  * @param fileName
62
62
  */
63
63
  export declare function blobToFile(theBlob: Blob, fileName: string): File;
64
+ /**
65
+ * check the object is a File object or not a File(Blob)
66
+ * @param obj
67
+ */
68
+ export declare function isFile(obj: any): boolean;