UNPKG

201 BTypeScriptView Raw
1declare function transform(): void;
2declare const _default: typeof transform & {
3 default: typeof transform;
4}
5declare namespace _default {
6 export type type = typeof transform;
7}
8export = _default;