tildify.d.ts 67 B

123
  1. declare function tildify(path: string): string;
  2. export = tildify;