UNPKG

@petristation/renewjs

Version:

Parser for .rnw files

11 lines (10 loc) 233 B
export const kindKey = Symbol("kind"); export const refKey = Symbol("ref"); export const selfKey = Symbol("self"); export const refKeyMarker = Symbol("isRef"); export default { kindKey, refKey, selfKey, refKeyMarker, }