UNPKG
@astrasyncai/sdk
Version:
latest (2.0.0)
2.0.0
1.1.0
0.1.0
Universal SDK for registering AI agents with AstraSync
astrasync.ai
AstraSyncAI/astrasync-node-sdk
@astrasyncai/sdk
/
dist
/
utils
/
detector.d.ts
3 lines
•
156 B
TypeScript
View Raw
1
2
3
import
{
DetectionResult
}
from
'../types'
;
export
declare
function
detectAgentFormat
(
content
:
any
):
DetectionResult
;
//# sourceMappingURL=detector.d.ts.map