An open API service indexing awesome lists of open source software.

https://github.com/typescriptlibs/tsl-system-core

Core types of the system framework
https://github.com/typescriptlibs/tsl-system-core

Last synced: 7 months ago
JSON representation

Core types of the system framework

Awesome Lists containing this project

README

          

tsl-system-core preview
=======================
System Core TypeScript Library

Requirements
------------
This package is compatible to
- ECMAScript 6.0 and later
- Node.js 6.8 and later
- RequireJS 2.0 and later
- TypeScript 2.3 and later

Installation
------------
npm i https://typescriptlibs.org/npm/tsl-system-core.tgz --save-dev

Update
------
npm i tsl-system-core

Configuration
-------------
On client side you have to configure RequireJS to find the package:
require.config({
paths: {
'tsl-system-core': 'libs/tsl-system-core.min',
}
});

Usage
-----
import * as System from 'tsl-system-core';

Source Code
-----------
git clone https://typescriptlibs.org/git/tsl-system-core.git