remove-draft/dist/index.d.ts
saberzero1 363fcde8c1
chore: commit dist/ and remove prepare script
Pre-built output is now committed to the repository so that
Quartz can skip the build step during plugin installation.
The prepare script is removed to prevent redundant builds
when installing from npm/git.
2026-03-14 22:01:15 +01:00

6 lines
207 B
TypeScript

import { QuartzFilterPlugin } from '@quartz-community/types';
export { QuartzFilterPlugin } from '@quartz-community/types';
declare const RemoveDrafts: QuartzFilterPlugin<object>;
export { RemoveDrafts };