toml.js 97 B

123
  1. 'use strict'
  2. exports.parse = require('./parse.js')
  3. exports.stringify = require('./stringify.js')