UNPKG

scroll-lock-body

Version:

scroll lock the body and remember the position

14 lines (11 loc) 232 B
// @ts-check /* eslint-env node */ /** * An object with Jest options. * @type {import('@jest/types').Config.InitialOptions} */ const options = { preset: 'ts-jest', resolver: 'ts-jest-resolver', }; module.exports = options;