UNPKG

@unisnips/core

Version:

Core functions and types of unisnips project

6 lines (5 loc) 161 B
export * from './type'; export * from './util-type'; export { applyReplacements } from './replacement'; export * from './interpreter'; export * from './plugin';