[Fuck] Type definition

This commit is contained in:
syuilo 2017-01-18 16:30:42 +09:00
parent 19660cb48b
commit 7f19822b65
16 changed files with 16 additions and 16 deletions

View file

@ -5,4 +5,4 @@ const collection = db.get('access_tokens');
(collection as any).index('token'); // fuck type definition
(collection as any).index('hash'); // fuck type definition
export default collection;
export default collection as any; // fuck type definition