Lightweight wrapper with TypeScript type definitions around ciaranj/node-oauth
(npm “oauth”).
yarn add @toba/oauth --dev
Optionally add oauth
dependency types to TypeScript type roots in tsconfig.json
{
"extends": "./node_modules/@toba/build/ts/config",
"compilerOptions": {
"typeRoots": [
"./node_modules/@types", "./node_modules/@toba/oauth/types"
]
}
}