UNPKG
@noeldemartin/faker
Version:
latest (7.6.0)
7.6.0
Generate massive amounts of fake contextual data
github.com/noeldemartin/faker
noeldemartin/faker
@noeldemartin/faker
/
dist
/
types
/
locales
/
fa
/
index.d.ts
4 lines
(3 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
import
type
{
LocaleDefinition
}
from
'../..'
;
declare
const
fa
:
LocaleDefinition
;
export
default
fa;