MCPcopy Create free account
hub / github.com/NativeScript/firebase / asBoolean

Method asBoolean

packages/firebase-remote-config/common.ts:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export interface IConfigValue {
2 asBoolean(): boolean;
3 asNumber(): number;
4 asString(): string;
5 getSource(): 'default' | 'static' | 'remote';

Callers 3

asBooleanMethod · 0.65
getBooleanMethod · 0.65
getBooleanMethod · 0.65

Implementers 3

ConfigValuepackages/firebase-remote-config/index.
ConfigValuepackages/firebase-remote-config/index.
ConfigValuepackages/firebase-remote-config/index.

Calls

no outgoing calls

Tested by

no test coverage detected