mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-09 02:12:51 +00:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import * as noScroll from 'no-scroll';
|
|
|
|
noScroll.on();
|
|
noScroll.off();
|
|
noScroll.toggle();
|