UNPKG

@financial-times/o-ads

Version:

This package contains the core functionality used by the FT in providing ads across all of its sites. This includes ft.com, howtospendit.com, ftadviser.com and other specialist titles.

7 lines (6 loc) 205 B
/* * this is a browserify swap file * we need to override the default lodash now method in order to use sinon faketimers */ 'use strict'; //eslint-disable-line module.exports = () => new Date().getTime();