First commit

This commit is contained in:
Sachin
2025-12-16 22:26:18 +05:30
commit 03ed187ebe
122 changed files with 68601 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "@core/consent",
"version": "1.0.0",
"private": true,
"main": "src/index.ts",
"nx": { "tags": ["scope:core","type:infra"] }
}

View File

@@ -0,0 +1 @@
export const ConsentCore = {};