mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 22:00:22 -05:00
16 lines
400 B
TypeScript
16 lines
400 B
TypeScript
/**
|
|
* @param {Context} context
|
|
* @returns {string}
|
|
*/
|
|
export function getCreateClassFromContext(context: Context): string;
|
|
/**
|
|
* @param {Context} context
|
|
* @returns {string}
|
|
*/
|
|
export function getFragmentFromContext(context: Context): string;
|
|
/**
|
|
* @param {Context} context
|
|
* @returns {string}
|
|
*/
|
|
export function getFromContext(context: Context): string;
|
|
//# sourceMappingURL=pragma.d.ts.map
|