mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
* Use index.d.ts only (not foo/foo.d.ts) * Convert more packages * Remove unnecessary references
14 lines
353 B
TypeScript
14 lines
353 B
TypeScript
// Type definitions for Samchon Library v0.0.2
|
|
// Project: https://github.com/samchon/framework
|
|
// Definitions by: Jeongho Nam <http://samchon.org>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="samchon-framework" />
|
|
|
|
declare module "samchon-library"
|
|
{
|
|
import library = samchon.library;
|
|
export = library;
|
|
}
|
|
|