UNPKG

76 BTypeScriptView Raw
1declare module 'slash' {
2 export function slash(source: string): string;
3}