UNPKG

ut-tools

Version:

Build and Release management automation package.

8 lines (6 loc) 193 B
import * as jsep from 'jsep'; import { IPlugin } from 'jsep'; export const name: string; export function init(this: typeof jsep): void; declare const _export: IPlugin; export default _export;