// Type definitions for Samchon Collection v0.0.2
// Project: https://github.com/samchon/framework
// Definitions by: Jeongho Nam <http://samchon.org>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference path="../samchon-framework/samchon-framework.d.ts" />

declare module "samchon-collection"
{
	import collection = samchon.collection;
	export = collection;
}

