// Type definitions for typeof 1.0 // Project: https://github.com/CodingFu/typeof // Definitions by: OpenByteDev // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function typeOf(object: any): string; export = typeOf;