Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { transform } from './transform/index.js';
|
||||
export default function html(): {
|
||||
name: string;
|
||||
options(options: any): void;
|
||||
transform: {
|
||||
filter: {
|
||||
id: RegExp;
|
||||
};
|
||||
handler: typeof transform;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user