UNPKG
@onesy/style
Version:
latest (1.0.4)
1.0.4
1.0.1
1.0.0
CSS in JS styling solution
github.com/onesy-me/style
onesy-me/style
@onesy/style
/
utils
/
install.js
6 lines
(4 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
const
fse =
require
(
'fs-extra'
);
const
path =
require
(
'path'
);
// Add onesy-style entire build folder to @types so global types are automatically used by Typescript
fse.
copy
(process.
cwd
(), path.
resolve
(
'../../@types/onesy-style'
));