Skip to content
Jonathan Delgado edited this page Feb 23, 2017 · 5 revisions

TravelQL.js

Proposal

const { T } = require('travelql')

const myPath = T('param')('param2')

myPath._ // => [ 'param', 'param2' ]
Clone this wiki locally