mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import parse = require('./parse')
|
|
import stringify = require('./stringify')
|
|
|
|
export {parse, stringify}
|