github-docs-arabic-enhanced / src /content-render /liquid /ifversion-supported-operators.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
88df9e4 verified
const ifversionSupportedOperators = ['=', '<', '>', '!='] as const
export type IfversionSupportedOperator = (typeof ifversionSupportedOperators)[number]
export default ifversionSupportedOperators