first commit
This commit is contained in:
5
shims/modifiers-napi/index.ts
Normal file
5
shims/modifiers-napi/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export {
|
||||
getModifiers,
|
||||
isModifierPressed,
|
||||
prewarm,
|
||||
} from '../../vendor/modifiers-napi-src/index.ts'
|
||||
6
shims/modifiers-napi/package.json
Normal file
6
shims/modifiers-napi/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "modifiers-napi",
|
||||
"version": "0.0.0-restored",
|
||||
"type": "module",
|
||||
"main": "./index.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user