MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / isString

Function isString

packages/core/ui/dialogs/index.android.ts:11–13  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

9export * from './dialogs-common';
10
11function isString(value): value is string {
12 return typeof value === 'string';
13}
14
15function createAlertDialog(options?: DialogOptions): android.app.AlertDialog.Builder {
16 const alert = new android.app.AlertDialog.Builder(androidUtils.getCurrentActivity(), options.theme ? options.theme : -1);

Callers 3

createAlertDialogFunction · 0.70
promptFunction · 0.70
actionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected