mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Remove unused function
This commit is contained in:
parent
3664cc36ab
commit
2be18aea82
@ -5,10 +5,6 @@
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
function repeat(s: string, count: number) {
|
||||
return Array(count + 1).join(s);
|
||||
}
|
||||
|
||||
const home = path.join(__dirname, '..');
|
||||
|
||||
for (const dirName of fs.readdirSync(home)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user