Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
interface Options {
|
||||
escapeEverything: boolean;
|
||||
isIdentifier: boolean;
|
||||
quotes: 'single' | 'double';
|
||||
wrap: boolean;
|
||||
}
|
||||
export default function cssesc(string: string, options?: Partial<Options>): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user