Skip to content
Snippets Groups Projects
Commit 86b701f6 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

fix index.d

parent 67ae9cfa
Branches develop
No related tags found
1 merge request!5fix index.d
Pipeline #8289 passed
......@@ -3,6 +3,6 @@ export as namespace Security;
export = Security;
declare class Security {
constructor();
constructor(config?: any);
setHeaders(): void;
}
{
"name": "@libs/security",
"version": "2.3.0",
"version": "2.3.1",
"description": "Sets Headers to a very save style in express-apps. may be overriden by config",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment