UNPKG

@whatwg-node/fetch

Version:

Cross Platform Smart Fetch Ponyfill

5 lines (4 loc) 147 B
import { btoa } from '@whatwg-node/fetch'; it('should work as expected', () => { expect(btoa('Hello, world!')).toBe('SGVsbG8sIHdvcmxkIQ=='); });