sass-template-common 0.3.37 → 0.3.38

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.
@@ -537,6 +537,8 @@ declare interface External_2 {
537
537
  iframe: boolean;
538
538
  }
539
539
 
540
+ export declare const extractMainSlug: (pathname: string) => string;
541
+
540
542
  export declare function extractRealtedNews(article: NewListResponseData): Array<Array<string>>;
541
543
 
542
544
  declare type FetchConfig = {