amotify 0.0.30 → 0.0.32

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.
@@ -47,6 +47,7 @@ declare global {
47
47
  ( v: any,a: string ): any
48
48
  }
49
49
  interface Method {
50
+ isValid(): boolean
50
51
  getWorkbook(): any
51
52
  updateFileName( fileName: string ): void
52
53
  updateMerges( merges: MergeTypes[][] ): void