Files

8 lines
117 B
TypeScript

/// <reference path="./inherits.d.ts" />
import inherits = require('inherits');
let any: any;
inherits(any, any);