mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
7 lines
84 B
TypeScript
7 lines
84 B
TypeScript
|
|
import auth = require('basic-auth');
|
|
|
|
auth(null);
|
|
|
|
auth.parse('QmFzaWM6QXV0aA==');
|