uk-gov-mirror / UKHomeOffice.asl-dictionary

Expansions of acronyms commonly used in ASL projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asl-dictionary

Expansions of acronyms commonly used in ASL projects

Usage

Install the package:

npm install @asl/dictionary --save-prod

Import as necessary:

const dictionary = require('@asl/dictionary');
console.log(dictionary.NACWO);

result:

Named Animal Care and Welfare Officer

About

Expansions of acronyms commonly used in ASL projects

License:MIT License


Languages

Language:JavaScript 100.0%