This website works better with JavaScript.
Home
Explore
Help
Sign In
bnsubramaniyan
/
skgangaEkam
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
1
Branch
0
Tags
93 MiB
HTML
70.8%
TypeScript
20.9%
SCSS
8%
JavaScript
0.2%
Tree:
7306578d7d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7306578d7d'
${ noResults }
skgangaEkam
/
node_modules
/
static-module
/
test
/
fs
/
readfile.js
4 lines
105 B
Raw
Blame
History
var
fs
=
require
(
'fs'
)
fs
.
readFile
(
__dirname
+
'/x.txt'
,
function
(
err
,
src
)
{
console
.
log
(
src
)
;
}
)
;
Reference in new issue