Interface: ContentAnalyzer
Defined in: src/tollgate/analyzers/types.ts:78 Interface for content analyzers. All analyzers must implement this interface. Analyzers are stateless and should be safe to call concurrently.Properties
name
Methods
analyze()
Parameters
content
string