DefinitelyTyped/samchon-framework/index.d.ts
2017-02-05 15:23:43 +09:00

13 lines
391 B
TypeScript

// Type definitions for Samchon Framework v2.0.x
// Project: https://github.com/samchon/framework
// Definitions by: Jeongho Nam <http://samchon.org>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="samchon" />
// Samchon-Framework is renamed to Samchon
declare module "samchon-framework"
{
import samchon = require("samchon");
export = samchon;
}