aboutsummaryrefslogtreecommitdiff
path: root/tools/typings/slash.d.ts
blob: 10ec0b50c0f782e9b71665ccd96c7aa86e304290 (plain)
1
2
3
4
5
declare module 'slash' {
  function slash(path: string): string;
  module slash {}
  export = slash;
}