Initial
This commit is contained in:
8
resources/app/node_modules/@pixi/utils/lib/data/uid.mjs
generated
vendored
Normal file
8
resources/app/node_modules/@pixi/utils/lib/data/uid.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
let nextUid = 0;
|
||||
function uid() {
|
||||
return ++nextUid;
|
||||
}
|
||||
export {
|
||||
uid
|
||||
};
|
||||
//# sourceMappingURL=uid.mjs.map
|
||||
Reference in New Issue
Block a user