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.
- package/dist/sass-template-common.d.ts +2 -0
- package/dist/sass-template-common.js +2243 -2239
- package/dist/sass-template-common.umd.cjs +21 -21
- package/package.json +1 -1
|
@@ -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 = {
|