UNPKG

97 BPlain TextView Raw
1/*
2declare module "placeholder" {
3 export = 50;
4}
5//*/
6
7export default 50;
8module.exports = 50;