Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-08 02:04:04 +00:00
parent 66a218c2ec
commit 5fdfb34e17
136 changed files with 23015 additions and 223 deletions

7
lib/tools/appendHead.d.ts vendored Normal file
View File

@ -0,0 +1,7 @@
export declare function appendHead(params: {
type: "css";
href: string;
} | {
type: "javascript";
src: string;
}): Promise<void>;