seerbit-angular
Version:
<p align="center"> <img width="500" valign="top" src="https://res.cloudinary.com/dpejkbof5/image/upload/v1620323718/Seerbit_logo_png_ddcor4.png" data-canonical-src="https://res.cloudinary.com/dpejkbof5/image/upload/v1620323718/Seerbit_logo_png_ddcor4.png"
11 lines (10 loc) • 434 B
TypeScript
import { SeerBitOptions } from './models/SeerBitOptions';
import * as i0 from "@angular/core";
export declare class SeerbitService {
constructor();
loadScript(): Promise<void>;
getSeerBitOptions(obj: SeerBitOptions): SeerBitOptions;
checkInput(obj: Partial<SeerBitOptions>): string;
static ɵfac: i0.ɵɵFactoryDeclaration<SeerbitService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SeerbitService>;
}