UNPKG

123 BTypeScriptView Raw
1/// <reference types="node" />
2
3import { FSJetpack } from "./types";
4
5declare const jetpack: FSJetpack;
6
7export = jetpack;