import Path from './Path' import PriorityBoolean from '../Util/PriorityBooolean' export default class ZeroOrMorePath extends Path { getPathString () : string { return 'zeroOrMorePath' } }