-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
111 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import { ScriptType, LinkType } from './types'; | ||
export declare const loadJs: (scriptDeclare: ScriptType) => Promise<void>; | ||
export declare const loadCss: (linkDeclare: LinkType) => void; | ||
export declare const fetchJs: (src: string) => Promise<string>; | ||
export declare const loadScript: (scriptDeclare: ScriptType) => Promise<void>; | ||
export declare const loadLink: (linkDeclare: LinkType) => void; | ||
export declare const fetchScript: (src: string) => Promise<string>; | ||
export declare const excuteCode: (code: string) => void; | ||
declare const _default: { | ||
loadJs: (scriptDeclare: ScriptType) => Promise<void>; | ||
loadCss: (linkDeclare: LinkType) => void; | ||
fetchJs: (src: string) => Promise<string>; | ||
loadScript: (scriptDeclare: ScriptType) => Promise<void>; | ||
loadLink: (linkDeclare: LinkType) => void; | ||
fetchScript: (src: string) => Promise<string>; | ||
excuteCode: (code: string) => void; | ||
}; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.