CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
context.d.ts6 linesDownload Raw Back to context
1import { Context } from './types';2/** Get a key to uniquely identify a context value */3export declare function createContextKey(description: string): symbol;4/** The root context is used as the default parent context when there is no active context */5export declare const ROOT_CONTEXT: Context;6//# sourceMappingURL=context.d.ts.map
basant307/AI_Governance_Project · CoolFace