mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: exported types x2
This commit is contained in:
parent
2ff9c8372a
commit
aaa5e056e5
@ -19,7 +19,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/unleash/unleash/issues"
|
||||
},
|
||||
"types": "./dist/lib/types/index.d.js",
|
||||
"types": "./dist/lib/server-impl.d.ts",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
|
@ -153,5 +153,3 @@ const serverImpl = {
|
||||
};
|
||||
export default serverImpl;
|
||||
module.exports = serverImpl;
|
||||
|
||||
export type { Controller, AuthenticationRequired, User, Logger };
|
||||
|
Loading…
Reference in New Issue
Block a user