phantom-marmiton/src/utils/buster.ts
2022-01-08 00:07:09 +01:00

7 lines
105 B
TypeScript

import Buster from "phantombuster";
/**
* phantombuster client
*/
export const buster = new Buster();