Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
type Options = {
|
||||
strict?: boolean;
|
||||
};
|
||||
declare function destr<T = unknown>(value: any, options?: Options): T;
|
||||
declare function safeDestr<T = unknown>(value: any, options?: Options): T;
|
||||
|
||||
export { destr as default, destr, safeDestr };
|
||||
export type { Options };
|
||||
Reference in New Issue
Block a user