Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 895 Bytes

File metadata and controls

26 lines (20 loc) · 895 Bytes

js-properties

NPM version build status Test coverage

Javascript version of java.util.Properties

java.util.Properties spec

Install

$ npm install js-properties

Api

getProperty(key[, defaultValue])

setProperty(key, value)

toString()

Lisence

MIT