UNPKG

chance

Version:

Chance - Utility library to generate anything random

14 lines (10 loc) 219 B
# postal ```js // usage chance.postal() ``` Return a Canadian Postal code. Returned postal code is valid with respect to the Postal District (first character) and format only. ```js chance.postal(); => 'R1S 3F4' ```