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
- Host: GitHub
- URL: https://github.com/typescriptlibs/tsl-system-core
- Owner: typescriptlibs
- License: mit
- Created: 2018-05-15T00:27:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T19:40:31.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T03:15:30.616Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://typescriptlibs.org/tsl-system-core/
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
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