UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

5 lines (4 loc) 138 B
import jexl from 'jexl'; type JexlNonBuildable = Omit<typeof jexl, 'Jexl'>; export default function JexlF(): JexlNonBuildable; export {};