blob: 195c3abcea06f58a61f7a4f909c223a5d5139e6a [file] [log] [blame]
function which($name)
{
Get-Command $name | Select-Object -ExpandProperty Definition
}
Export-ModuleMember -Function 'which'