UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

14 lines (10 loc) 393 B
// 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; }