UNPKG

fin-urls

Version:

detecting URLs emails and IPs for Fin NLP

10 lines (9 loc) 166 B
declare module "finnlp" { interface Run { links: () => ({ type: string; token: string; } | false)[][]; } } export {};