1.2.1 • Published 6 years ago

@lyo/inireader v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@lyo/inireader

A browser-compatible version of inireader built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/inireader"></script>

<script>
  inireader.IniReader(foo);
</script>

In Node.js

# Install
npm i @lyo/inireader
const inireader = require('@lyo/inireader')

inireader.IniReader(foo);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

1.2.1

6 years ago