mirror of
https://github.com/unjs/consola.git
synced 2025-12-05 18:47:19 -06:00
fix(types): add backward compatible declarations
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from "./dist/index.basic";
|
||||
export * from "./dist/basic";
|
||||
|
||||
@@ -1 +1 @@
|
||||
export * from "./dist/index.browser";
|
||||
export * from "./dist/browser";
|
||||
|
||||
2
core.d.ts
vendored
2
core.d.ts
vendored
@@ -1 +1 @@
|
||||
export * from "./dist/index.core";
|
||||
export * from "./dist/core";
|
||||
|
||||
1
utils.d.ts
vendored
Normal file
1
utils.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./dist/utils";
|
||||
Reference in New Issue
Block a user