This package has been deprecated

Author message:

this version has been deprecated

tsl-netzkonform-algodat
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

TypeScript Library: Algorithms & Data Structures

Installation:

$ yarn add tsl-netzkonform-algodat

If you stick to the default npm, the command looks like this:

$ npm --save --save-dev install tsl-netzkonform-algodat

TypeScript:

import * as AlgoDat from 'tsl-netzkonform-algodat';

Browser:

Copy "node_modules/tsl-netzkonform-algodat/tsl-netzkonform-algodat.js" into a sub-directory of your project like "externals/". Configure RequireJS in your HTML file like this:

require.config({
	"paths": {
		...
		"tsl-netzkonform-algodat": "externals/tsl-netzkonform-algodat"
		...
	}
});

Package Sidebar

Install

npm i tsl-netzkonform-algodat

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • netzkonform