feat(package): acl wrapper

This commit is contained in:
Luke
2022-09-14 23:46:00 +02:00
parent 4f0cc4c7c5
commit 1373ff21d4
3 changed files with 13 additions and 0 deletions

4
package/server/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import * as lib from './resource';
export * from './resource';
export default lib;