mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
/// <reference path="./inherits.d.ts" />
|
|
|
|
import inherits = require('inherits');
|
|
|
|
let any: any;
|
|
|
|
inherits(any, any);
|