@wroud/vite-plugin-ssg
Version:
A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO.
10 lines • 442 B
TypeScript
/**
* Checks if content appears to be a Git LFS pointer file.
* Git LFS pointer files start with "version https://git-lfs.github.com/spec"
* and should not be inlined as they are placeholders.
*
* @param content - The file content to check
* @returns true if the content appears to be a Git LFS pointer
*/
export declare function isGitLfsPlaceholder(content: string | Buffer): boolean;
//# sourceMappingURL=isGitLfsPlaceholder.d.ts.map