Added more types.

This commit is contained in:
SamTV12345 2024-01-30 22:26:05 +01:00
parent 03e73053cb
commit 6fdf9ed812
4 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
'use strict';
const measured = require('measured-core');
// @ts-ignore
import measured from 'measured-core';
module.exports = measured.createCollection();