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

Interface Generators

index.d.ts:2–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare namespace Casual {
2 interface Generators {
3 // EMBEDDED GENERATORS
4 _country(): string; // 'United Kingdom'
5 _city(): string; // 'New Ortiz chester'
6 _street(): string; // 'Jadyn Islands'
7 _address(): string; // '6390 Tremblay Pines Suite 784'
8 _address1(): string; // '8417 Veda Circles'
9 _address2(): string; // 'Suite 648'
10 _state(): string; // 'Michigan'
11 _state_abbr(): string; // 'CO'
12 _latitude(): string; // 90.0610
13 _longitude(): string; // 180.0778
14 _building_number(): string; // 2413
15
16 // Text
17
18 _sentence(): string; // 'Laborum eius porro consequatur.'
19 _title(): string; // 'Systematic nobis'
20 _text(): string; // 'Nemo tempore natus non accusamus eos placeat nesciunt. et fugit ut odio nisi dolore non ... (long text)'
21 _description(): string; // 'Vel et rerum nostrum quia. Dolorum fuga nobis sit natus consequatur.'
22 _short_description(): string; // 'Qui iste similique iusto.'
23 _string(): string; // 'saepe quia molestias voluptates et'
24 _word(): string; // 'voluptatem'
25 _letter(): string; // 'k'
26
27 // Internet
28 _ip(): string; // '21.44.122.149'
29 _domain(): string; // 'darrion.us'
30 _url(): string; // 'germaine.net'
31 _email(): string; // 'Josue.Hessel@claire.us'
32 _user_agent(): string; // 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv():34.0) Gecko/20100101 Firefox/34.0'
33
34 // Person
35
36 _name(): string; // 'Alberto'
37 _username(): string; // 'Darryl'
38 _first_name(): string; // 'Derek'
39 _last_name(): string; // 'Considine'
40 _full_name(): string; // 'Kadin Torphy'
41 _password(): string; // '(205)580-1350Schumm'
42 _name_prefix(): string; // 'Miss'
43 _name_suffix(): string; // 'Jr.'
44 _company_name(): string; // 'Cole, Wuckert and Strosin'
45 _company_suffix(): string; // 'Inc'
46 _catch_phrase(): string; // 'Synchronised optimal concept'
47 _phone(): string; // '982-790-2592'
48
49 // numbers
50
51 _random(): number; // 0.7171590146608651 (core generator)
52 _coin_flip(): Boolean; // true
53
54 // Date
55
56 _unix_time(): number; // 659897901
57 _moment(): any; // moment.js object see http://momentjs.com/docs/
58 _century(): string; // 'IV'
59 _am_pm(): string; // 'am'
60 _day_of_year(): number; // 323

Callers 1

address.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…