urbit-ob

JavaScript utilities for phonemic base wrangling.
Log | Files | Refs | README

commit 6bb3180b6ce4f97c30233495bed5b9c696f08fa0
parent ee1dbee58f9dc303f82bd61fa2ac071b78e2ac6c
Author: Gavin <gvnatknsn@gmail.com>
Date:   Thu,  1 Aug 2019 10:12:43 -0700

remove comments in index.js

Diffstat:
Msrc/index.js | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/index.js b/src/index.js @@ -2,11 +2,6 @@ const co = require('./internal/co') const ob = require('./internal/ob') -// module.exports = Object.assign( -// co, -// ob -// ) - module.exports = { co, ob