aimpress-chatbot/node_modules/botbuilder-core/lib/internal.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

18 lines
No EOL
515 B
TypeScript

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* @private
*/
export declare function shallowCopy<T>(value: T): T;
/**
* @private
* @param target a thing that will be made revocable
* @param handler an object that defines the way the new revocable object works
*/
export declare function makeRevocable<T extends Record<string, any>>(target: T, handler?: ProxyHandler<T>): {
proxy: T;
revoke(): void;
};
//# sourceMappingURL=internal.d.ts.map