'use strict'; export function formatPath(contractPath: string) { return contractPath.replace(/\\/g, '/'); }