Remove typings

This commit is contained in:
Dominik Prokop 2019-12-17 17:29:10 +01:00
parent c4f38e6de6
commit 676d47e8c2

View File

@ -1,3 +0,0 @@
declare module '@braintree/sanitize-url' {
function sanitizeUrl(url: string): string;
}