DefinitelyTyped/types/basic-auth/basic-auth-tests.ts
2017-05-15 16:05:20 +03:00

7 lines
84 B
TypeScript

import auth = require('basic-auth');
auth(null);
auth.parse('QmFzaWM6QXV0aA==');