1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-27 00:44:38 +02:00

Update dependencies 🚀

This commit is contained in:
syuilo
2019-07-02 19:20:34 +09:00
parent 5f0ac0f46a
commit 10677b57d4
4 changed files with 57 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
import * as fs from 'fs';
import fileType from 'file-type';
import fileType = require('file-type');
import checkSvg from '../misc/check-svg';
export async function detectMine(path: string) {