📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

enolib

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enolib

The eno standard library

0.8.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

enolib

The eno standard library.

Installation

npm install enolib

Getting started

A minimal example to read an eno document directly from a string with enolib:

const enolib = require('enolib');

const document = enolib.parse('Greeting: Hello World');

console.log( document.field('Greeting').requiredStringValue() );  // prints 'Hello World!'

Documentation

Available at eno-lang.org/enolib.

Keywords

eno

FAQs

Package last updated on 11 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts