Add first business article and article layout
This commit is contained in:
6
node_modules/astro/dist/assets/utils/inferSourceFormat.d.ts
generated
vendored
Normal file
6
node_modules/astro/dist/assets/utils/inferSourceFormat.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Infer the image format from a source path or URL by examining
|
||||
* the file extension. For data: URIs, the MIME type is extracted.
|
||||
* Returns undefined if the format cannot be determined.
|
||||
*/
|
||||
export declare function inferSourceFormat(src: string): string | undefined;
|
||||
Reference in New Issue
Block a user