Welcome to mirror list, hosted at ThFree Co, Russian Federation.

console.d.ts « node « @types « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d30d13f8712d6be1f553024f0a0107900531ad52 (plain)
1
2
3
declare module "console" {
    export = console;
}