chore: added typings (#157)

This commit is contained in:
Thomas Klein
2019-10-04 14:56:20 +02:00
committed by Priscila Oliveira
parent f84fd79c5b
commit 61a400fbd8
7 changed files with 37 additions and 9 deletions

5
types/custom.d.ts vendored
View File

@@ -5,3 +5,8 @@ declare module '*.svg' {
}
declare module '*.png';
declare module 'localstorage-memory' {
const memoryStorage: Storage;
export default memoryStorage;
}