wrapped-value
A simple helper for generic value wrapping and unwrapping
Wraps a value with a "type" so it can be checked, "unwrapped" and processed at the appropriate point in a transformation chain.
var tableName = ; wrap // true wrap // 'tableName' wrap // 'accounts' wrap // true
License
MIT