UNPKG

krawala

Version:

Simple javascript web-crawler with command line interface

11 lines (6 loc) 132 B
declare module 'word-count' { function wordCount (input: string): number; export = wordCount; namespace wordCount { } }