stack

Home > @infiniteobjects/linkdrop-service > AssertLinkdropSdk > isV1

AssertLinkdropSdk.isV1() method

Checks if the SDK is a V1 SDK

Signature:

static isV1(sdk: LinkdropSdk): sdk is LinkdropSdkV1;

Parameters

Parameter Type Description
sdk LinkdropSdk The SDK to check

Returns:

sdk is LinkdropSdkV1