UNPKG
@nx/gatsby
Version:
latest (16.1.1)
next (16.0.0-beta.4)
16.1.1
16.0.0
16.0.0-beta.4
16.0.0-beta.3
16.0.0-beta.2
16.0.0-beta.1
Gatsby Plugin for Nx
nx.dev
nrwl/nx-labs
@nx/gatsby
/
src
/
migrations
/
update-11-6-0
/
add-js-include-11-6-0.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
{
Tree
}
from
'@nx/devkit'
;
export
declare
function
addJsInclude
(
host: Tree
):
Promise
<
void
>;
export
default
addJsInclude;