mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
391 B
TypeScript
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;
|
|
} |