cic-kit 0.0.28 → 0.0.29

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.
@@ -38,6 +38,7 @@ export declare class FirebaseFolder {
38
38
  /** Path base della “cartella” (senza trailing slash obbligatorio) */
39
39
  readonly basePath: string;
40
40
  constructor(basePath: string, opts?: FirebaseFolderOpts);
41
+ ensureInit(): boolean;
41
42
  /** Riferimento alla cartella */
42
43
  private folderRef;
43
44
  /** Riferimento a un file nella cartella */