pathLiteral?

checks if given value is of type :pathLiteral


Parameters

pathLiteral? value :any

Returns

  • :logical

Examples

copy
pathLiteral? 'a\b\c ; => true

Related