mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Hide the private API of the NodeJS integration
Hide it behind a `private_api` property in the module export.
This commit is contained in:
parent
4bc72ec6b3
commit
f6d8f78e3f
2 changed files with 8 additions and 6 deletions
|
@ -119,6 +119,8 @@ class ArrayModel<T> {
|
|||
}
|
||||
}
|
||||
|
||||
native.ArrayModel = ArrayModel;
|
||||
|
||||
module.exports = native;
|
||||
module.exports = {
|
||||
private_api: native,
|
||||
ArrayModel: ArrayModel
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue