MCPcopy
hub / github.com/boo1ean/casual / populate

Method populate

index.d.ts:289–289  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

287 random_value<K extends string | number | symbol, V>(obj: { [key in K]: V }): V;
288 random_key<K extends string | number | symbol, V>(obj: { [key in K]: V }): K;
289 populate(str: string): string;
290 populate_one_of(arr: Array<string>): string;
291 numerify(format: string): string;
292 register_provider(provider: Object): void;

Callers 1

populate_one_ofFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected