Enabling shorter import paths [automatic]
This commit is contained in:
7
lib/tools/appendHead.d.ts
vendored
Normal file
7
lib/tools/appendHead.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
export declare function appendHead(params: {
|
||||
type: "css";
|
||||
href: string;
|
||||
} | {
|
||||
type: "javascript";
|
||||
src: string;
|
||||
}): Promise<void>;
|
Reference in New Issue
Block a user