48ea61cdcc
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
|
|
|
|
declare const x: false | typeof setDunderProto;
|
|
|
|
export = x; |