Repository URL to install this package:
|
Version:
0.0.2 ▾
|
interface Result {
code: any;
map: any;
ast: any;
}
declare const asyncTransform: (code: string) => Promise<Result>;
export default asyncTransform;