UNPKG

servertap-js

Version:

A TypeScript library for working with the ServerTap API

5 lines (4 loc) 150 B
import { Base } from "../base"; export declare class PlaceHolderApi extends Base { replace(message: string, uuid: string): Promise<string>; }