From e9387db895bdd69f065d0a52806b0772b6b31ca3 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 8 Aug 2020 16:05:32 -0700 Subject: [PATCH] chore: Remove unused flow-typed --- flow-typed/npm/truncate-html_vx.x.x.js | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 flow-typed/npm/truncate-html_vx.x.x.js diff --git a/flow-typed/npm/truncate-html_vx.x.x.js b/flow-typed/npm/truncate-html_vx.x.x.js deleted file mode 100644 index f9e8e630a..000000000 --- a/flow-typed/npm/truncate-html_vx.x.x.js +++ /dev/null @@ -1,32 +0,0 @@ -// flow-typed signature: 6242762666c84f2b4d6ccae876aeef95 -// flow-typed version: <>/truncate-html_vhttps://github.com/jorilallo/truncate-html/tarball/master/flow_v0.49.1 - -/** - * This is an autogenerated libdef stub for: - * - * 'truncate-html' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'truncate-html' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'truncate-html/lib/truncate' { - declare module.exports: any; -} - -// Filename aliases -declare module 'truncate-html/lib/truncate.js' { - declare module.exports: $Exports<'truncate-html/lib/truncate'>; -}