Function
Static Public Summary | ||
public |
buildDocumentId(url: *, base: *): * |
|
public |
create(options: {}): * |
|
public |
mount(basePath: *, options: {}): * |
|
public |
normalizeUri(input: *): * |
|
public |
propertyHider(target: *, configurable: boolean): * |
Static Public
public buildDocumentId(url: *, base: *): * source
import {buildDocumentId} from 'skypager-document/src/document.js'
Params:
Name | Type | Attribute | Description |
url | * | ||
base | * |
|
Return:
* |
public create(options: {}): * source
import {create} from 'skypager-document/src/collection.js'
Params:
Name | Type | Attribute | Description |
options | {} |
|
Return:
* |
public mount(basePath: *, options: {}): * source
import {mount} from 'skypager-document/src/index.js'
Params:
Name | Type | Attribute | Description |
basePath | * | ||
options | {} |
|
Return:
* |
public normalizeUri(input: *): * source
import {normalizeUri} from 'skypager-document/src/document.js'
Params:
Name | Type | Attribute | Description |
input | * |
Return:
* |
public propertyHider(target: *, configurable: boolean): * source
import {propertyHider} from 'skypager-document/src/util.js'
Params:
Name | Type | Attribute | Description |
target | * | ||
configurable | boolean |
|
Return:
* |