mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
355 B
TypeScript
12 lines
355 B
TypeScript
// Type definitions for simplecrawler 1.1
|
|
// Project: https://github.com/simplecrawler/simplecrawler
|
|
// Definitions by: Pedro Mutter <https://github.com/MutterPedro>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
export as namespace simplecrawler;
|
|
|
|
import Crawler = require('./crawler');
|
|
|
|
export = Crawler;
|