Last active
July 2, 2020 10:39
-
-
Save Bnaya/429e1f376f801aa881e778b97006a55d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "guykedem", | |
"version": "1.0.0", | |
"main": "index.js", | |
"author": "Bnaya Peretz", | |
"license": "MIT", | |
"devDependencies": { | |
"collections-deep-equal": "^2.0.0", | |
"typescript": "^3.9.6" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare const myMap: GlobalMap; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type GlobalMap<K, V> = import('collections-deep-equal').Map<K, V>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
collections-deep-equal@^2.0.0: | |
version "2.0.0" | |
resolved "https://registry.yarnpkg.com/collections-deep-equal/-/collections-deep-equal-2.0.0.tgz#33b9735535c515e6db18eca946547afb3d8b7ec2" | |
integrity sha512-NQKnTWLZYx0oJOi2q0hcyQJtl+Jyj+pcs/2toTPwYBMhTDmTTHsshzYY0/kMvTmXX1EtyGxNhijfCoY0+yOfyg== | |
typescript@^3.9.6: | |
version "3.9.6" | |
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a" | |
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment